A landing page for World Resources Watch
- Node 8.9.4+
Install global dependencies:
npm install -g grunt-cli bower
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! 😁
npm run build
Deploy to gh-pages:
npm run deploy