A collection of sequence diagrams served up using https://bramp.github.io/js-sequence-diagrams/
- Install nodejs: https://nodejs.org/en/download/package-manager
- Install dependencies:
npm install --global gulp-cli bower
- Run
npm install
- Run
bower install
- Run
gulp serve
to preview and watch for changes - Run
bower install --save <package>
to install frontend dependencies - Run
gulp serve:test
to run the tests in the browser - Run
gulp
to build the webapp for production - Run
gulp serve:dist
to preview the production build