Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 394 Bytes

Spirograph Toy

This is inspired from the work done here sokolov-teach/spirograph

And from this video

Get started

This repo uses yarn. After installing all node_modules, you can start the server or build the dist folder directly.

$ yarn
$ yarn start

This uses port 3000 by default