/14islands-com

14islands old v2 web page.

Primary LanguageHTMLMIT LicenseMIT

14islands-com

The new 14islands website (2014 edition).

Setup

  • npm install
  • bower install
  • in case you don't have bundle installed: gem install bundle
  • bundle install

Running

  • grunt serve to run the site in development mode at localhost:9000 to see it.

Tested with ruby version 2.2.0.

Deploying

  • grunt deploy will take care of the deployment for you.