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 serveto preview and watch for changes - Run
bower install --save <package>to install frontend dependencies - Run
gulp serve:testto run the tests in the browser - Run
gulpto build the webapp for production - Run
gulp serve:distto preview the production build