Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 622 Bytes

DEVELOPING.md

File metadata and controls

11 lines (6 loc) · 622 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 and generated files to Amazon S3 happens on every commit to master and is handled by CircleCI.