Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 510 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 510 Bytes

Make Art

An app for learning programming using a basic CoffeeScript drawing API

Screenshot of the App

You can try the app here »

Setup

git clone git@github.com:KanoComputing/make-art.git
cd make-art
npm install

Build

Build the app before running it

npm run build

Run

npm start

Open your browser at http://localhost:3000

Develop

Run the watch script when developing

npm run watch