To build this project you need:
grunt
to build websitebower-installer
to manage web packagesbower
as bower-installer dependencynodeJs
as grunt and bower dependencies
In CLI, type the following to install npm dependencies:
npm install
In CLI, type the following to download web packages (bootstrap, jquery) to www/libs folder
bower-installer
Build web site with :
grunt build
Everything you need for deployment is in docs/
folder