Under development - More news soon
###Installation
Be sure you have ruby (Gemfiles)
, Node.js (npm)
and bower
installed before going forward.
- Clone the repository
- From the project repository run
bundle install
- From the project repository run
npm install
- From the project repository run
bower install
Once everything is set...
- Run
grunt
to build the_site
folder with the resulting webpage - Run
grunt
orgrunt serve
to start an interactive devoloper session - Run
rake deploy
to deploy.