Skip to content

Jfriedrich/jfriedrich.github.io

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 85.6%
  • HTML 12.2%
  • SCSS 1.2%
  • Other 1.0%