oampo / yolk

Circular yoke knitting pattern designer

Home Page:https://www.oampo.co.uk/yolk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolk logo

Yolk

Yolk is a web app for designing round yoked knitting patterns.

Features

  • 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

Tech

Yolk is built using React. The yoke rendering is achieved by dynamically creating SVGs.

Develop Yolk

To work on yolk, clone down this repository:

# Using HTTP
git clone https://github.com/oampo/yolk.git

# Using SSH
git@github.com: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

About

Circular yoke knitting pattern designer

https://www.oampo.co.uk/yolk/


Languages

Language:JavaScript 81.3%Language:SCSS 14.6%Language:HTML 4.1%