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 istanbulYou can also install scss_lint if you want to check the stylesheets
$ gem install scss_lint$ npm install
$ bower installServe a local development website:
$ gulp serveBuild a static website:
$ gulpRun the tests
$ gulp testRun the ui tests
$ gulp serve:testInject dependencies in the html pages:
$ gulp wiredepCheck the javascript:
$ gulp lintCheck the stylesheets:
$ gulp lint:scssCheck the tests:
$ gulp lint:test