-
Notifications
You must be signed in to change notification settings - Fork 0
Local Setup
Ben Sterrett edited this page Feb 28, 2016
·
3 revisions
- Install the latest version of node
- Install the latest version of npm
- 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.
- Clone the Repository
- Type
npm install
from the root of the repository. - Type
gulp server
That should be it.