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