A landing page for World Resources Watch
- Node 0.10+
- sass 3.4.14
Install global dependencies:
npm install -g grunt-cli bower
Install gems:
bundle install
npm install && bower install
Unleash server (includes watch task for js and scss files):
grunt serve
For JS files:
grunt test
Go to http://localhost:5000 and have fun! 😁
Deploy to gh-pages:
grunt deploy