-
You need
browserify
,typescript
,js-combinatorics
, &typescript-collections
(downloaded vianpm
). To run locally:make
Open up
index.html
in your browser.
- If you want to add a file, you must add it to the
Makefile
(in bothJS
andTS
). - If you want to add a class and you want it to be exposed to
run.js
, the p5.js runner, you must declare it inexports.js
.