Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 724 Bytes

DEVELOPING.md

File metadata and controls

11 lines (6 loc) · 724 Bytes

Develop

npm run watch will watch the src directory for changes. Open demos/modal.html in a web browser to test the widget.

Build

npm run build creates a dist directory and adds minified versions of assets.

Deploy

Automated deployment of minified assets to GitHub Pages happens on every commit to master and is handled by CircleCI using a GitHub read/write deploy key.