Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 874 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 874 Bytes

Getting started

Linux Build Status Windows Build status devDependency Status

  • Install Node.js
  • Install grunt: npm install -g grunt-cli
  • Install the Node.js dependencies via npm: npm install
  • Install Ruby; See this guide
  • Run gem install bundle and then bundle install
  • Run grunt build to build the static site, grunt to build and watch for changes (http://localhost:8000/)