- Get the content of the repo (clone it, fork it or just download the zip file
- If you have not npm + grunt installed
- Get and install npm : http://nodejs.org/download/
- Run the command
npm install && sudo npm install -g grunt-cli bower
- Go in the project folder and run the following commands
npm install
bower install
grunt
grunt server
The release version of the application is in the folder dist
. You need to run the command grunt
to launch the release process and update the content of the dist
folder.