Skip to content
Raz Konforti edited this page Aug 27, 2015 · 14 revisions

Requirements

You need Node.js and MongoDB installed and running.

We use Grunt as our task runner. Get the CLI (command line interface).

$ npm install grunt-cli -g

Installation

$ git clone git@github.com/konforti/people
$ cd people
$ npm install
$ mv ./config.example.js ./config.js #set credentials
$ npm start

Initial Setup

Goto: http://localhost:3000/install

Clone this wiki locally