Skip to content

oampo/yolk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolk logo

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
[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

About

Circular yoke knitting pattern designer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published