-
Make sure that the working directory is the root of project:
cd /path/to/project
-
Install node development dependencies
npm install
-
Install bower dependencies:
cd src && bower install && cd -
-
Build libs from bower_components:
./src/build.sh
-
Build the whole project:
grunt
-
More about grunt operations see
Gruntfile.js