-
Notifications
You must be signed in to change notification settings - Fork 2
Setup
ryandrewjohnson edited this page Oct 4, 2013
·
8 revisions
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.
- Clone the repo from github.
- Run
npm install
to install node module dependencies. - Run
bower install
to install bower dependencies. - Run
grunt server
If everything was successful after running grunt server
a browser should automatically launch running the application.