An app for learning programming using a basic CoffeeScript drawing API
You can try the app here »
git clone git@github.com:KanoComputing/make-art.git
cd make-art
npm install
Build the app before running it
npm run build
npm start
Open your browser at http://localhost:3000
Run the watch script when developing
npm run watch