Skip to content

Vizzuality/WRW-landing

Repository files navigation

WRW-Splash

A landing page for World Resources Watch

Requeriments

  • Node 8.9.4+

Install global dependencies:

npm install -g grunt-cli bower

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

Build

npm run build

Deploying

Deploy to gh-pages:

npm run deploy