Skip to content
ryandrewjohnson edited this page Oct 4, 2013 · 8 revisions

Environment Setup

Node and NPM(Node Package Manager) download here

Ruby Installer (Windows) download here and be sure to download Ruby 1.9.3-p448. When running the installer make sure to check off the three check boxes after agreeing to the terms.

Install Compass Gem once ruby is installed run gem install compass

MongoDB To install MongoDB follow step one here.

Application Setup

  1. Clone the repo from github.
  2. Run npm install to install node module dependencies.
  3. Run bower install to install bower dependencies.
  4. Run grunt server

If everything was successful after running grunt server a browser should automatically launch running the application.

Documnetation

Clone this wiki locally