Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 751 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 751 Bytes

ScarfParty v2

ScarfParty is a web-based companion for knitting a two-colour, double-sided, pixel-pattern-based scarf.

V2 of ScarfParty is a nice, clean, ES6 rewrite of the original AngularJS app, using absolutely no big JavaScript megaframeworks, and making use of Origami Build Tools and the polyfill service, both of which are developed and maintained by the good people at the Financial Times.

Developing

Install

npm install

Build

obt build

Test

npm test

Run

Run an HTTP server in the project root directory e.g. with python -m SimpleHTTPServer

Using

Coming soon...