Docs now lives in https://github.com/deltaprojects/delta-docs
Make sure you have an updated npm (npm install -g npm@latest
).
$ npm install
$ npm install -g bower
$ bower install
$ npm install -g grunt
$ npm install -g grunt-cli
To run with development configuration run:
$ grunt serve
To run with production configuration run:
$ grunt serve:prod
Build for development:
$ grunt build:dev
Build for production:
$ grunt build