Skip to content

Commit a1ab136

Browse files
committed
Updated README
1 parent 56c8f78 commit a1ab136

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ _Waste Not is the winner of [AngelHack Seattle 2016](http://angelhack.com/)_
1616
$ git clone https://github.com/waste-not/waste-not.git
1717
$ cd waste-not
1818
```
19-
19+
2020
- Install dependencies and create dev build
2121
```
2222
$ npm install
23-
$ gulp dev
23+
$ gulp build
2424
```
25-
25+
2626
- Run local server and database
2727
```
28+
$ mkdir db
2829
$ mongod --dbpath=./db --smallfiles
2930
$ node server.js
3031
```

0 commit comments

Comments
 (0)