Skip to content

Commit

Permalink
working on readme [see #2]
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjr committed Sep 5, 2013
1 parent 1665dbc commit 7a98a2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Starting up the project is easy. Your start.js file should look something like t
require('dagger.js').initialize(__dirname);
```

You then start the server with a command like this:

```javascript
NODE_ENV=development node start.js
```

### Models

Models are designed using a beefed up [mongoose](http://mongoosejs.com/) system. A basic model in Dagger looks something like this:
Expand Down

0 comments on commit 7a98a2e

Please sign in to comment.