- go install node using NVM by creationix (duckduckgo it)
- clone this repo down
- run
npm install
- run
npm run build
- this bundles all the js code into
build.js
- you can use
npm run watch
to run a process which will run the build any time the js changes - if the
build.js
is too big, we can do some minification later
- open
index.html
This refactoring isn't complete:
- alpha slider broken
- presets not yet refactored
- keyboard shortcuts not refactored