Skip to content

Ealdwulf/make-art

 
 

Repository files navigation

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

About

App to learn programming using a basic CoffeeScript drawing API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.5%
  • CSS 13.9%
  • HTML 10.5%
  • Python 1.5%
  • CoffeeScript 0.6%