Draw snapshot diagrams with plain text
Open web/development.html
, which includes dependencies from unpkg and generates a parser on the fly.
To build the production version (entry point web/production.html
):
vagrant up
to provision a VM with Node.jsnpm run build
to generatedist/main.js
,dist/main.js.map
,static/main.js
, andstatic/main.js.map
.
web/production.html
is also available in development mode by running npm start
. This continuously watches for code changes: each time you make a change to the code, all bundle files will recompile, and refreshing the page will load the new version.