Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 385 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 385 Bytes

Install dependencies:

npm install

You may need to do "ln -s /usr/bin/nodejs /usr/bin/node", because the package tsd only looks for "node" and not "nodejs".

Build:

source ./golden.sh
gulp

Unit test:

gulp test

Run:

http://www.atanaslaskov.com/golden/

Run locally:

python3 -m http.server

Then you can play at localhost:8000.