uid / snapdown

Draw snapshot diagrams with plain text
MIT License
3 stars 0 forks source link

Snapdown

Draw snapshot diagrams with plain text

Development

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):

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.

web/production_noapp.html is also available for testing without the web app interface.

Deployment

To deploy to a website, such as Athena: first run npm run build as described above. Then copy the following files to hosting location:

Snapdown is now accessible at web/production.html.