Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 625 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 625 Bytes

WRW-Splash

A landing page for World Resources Watch

Requeriments

  • Node 0.10+
  • sass 3.4.14

Install global dependencies:

npm install -g grunt-cli bower

Install gems:

bundle install

To install

npm install && bower install 

Developing

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! 😁

Deploying

Deploy to gh-pages:

grunt deploy