Yolk is a web app for designing round yoked knitting patterns.
- Configurable row and stitch counts, and number of repeats
- Design patterns for knitting top-down, bottom-up, or both
- Select and use any number of colors in your design
- Cut/copy/paste regions of your pattern
- Full undo/redo support
Yolk is built using React. The yoke rendering is achieved by dynamically creating SVGs.
To work on yolk, clone down this repository:
# Using HTTP
git clone https://github.com/oampo/yolk.git
# Using SSH
[email protected]:oampo/yolk.git
Next, install the dependencies:
npm install
To start the app, run:
npm start
To build a production version of the app, run:
npm run build