Skip to content

Local Setup

Ben Sterrett edited this page Feb 28, 2016 · 3 revisions

Developer Setup Steps

  1. Install the latest version of node
  2. Install the latest version of npm
  3. Install the latest version of mongo
    • You may have to setup a daemon or local service for Mongo to run. If you don't, you'll have to manually run mongo every time you want to run the site.
  4. Clone the Repository
  5. Type npm install from the root of the repository.
  6. Type gulp server

That should be it.

Clone this wiki locally