garden-stream / garden

shared resources
0 stars 2 forks source link

garden

Join the chat at https://gitter.im/whiteboards/garden-common

What is Garden?

API Docs

Installation

Note: Garden requires a MongoDB instance.

To quickly get a dev environment going follow these steps.

  1. Run npm install.
  2. If you have the command mongod on your PATH, run npm run db.
  3. In a separate terminal, run npm start.