Painting in numerical models
Make sure you have node.js (>=4.0) installed, preferably through your package manager or using nvm.
$ npm install --global npm
$ npm install --global bower
$ npm install --global gulp
$ npm install --global eslint
$ npm install --global mocha
$ npm install --global istanbul
You can also install scss_lint if you want to check the stylesheets
$ gem install scss_lint
$ npm install
$ bower install
Serve a local development website:
$ gulp serve
Build a static website:
$ gulp
Run the tests
$ gulp test
Run the ui tests
$ gulp serve:test
Inject dependencies in the html pages:
$ gulp wiredep
Check the javascript:
$ gulp lint
Check the stylesheets:
$ gulp lint:scss
Check the tests:
$ gulp lint:test