To run this project locally:
- Clone this repo, and run
npm install
to install dependencies - Run
npm run watch
to start auto-compiling - Open
index.html
using a HTTP server (e.g.python -m http.server
) - Edit
insighttree.js
orsubtotal.js
to make changes
npm version minor
npm publish
git push --follow-tags