Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 297 Bytes

setup

  1. go install node using NVM by creationix (duckduckgo it)
  2. clone this repo down
  3. run npm install
  4. run npm run build
  5. this bundles all the js code into build.js
  6. you can use npm run watch to run a process which will run the build any time the js changes
  7. open index.html