Merge pull request #536 from jancborchardt/patch-1

fix development setup command, fix #535
This commit is contained in:
Paul Friederichsen 2015-11-09 11:25:17 -06:00
commit 56bed55103

View File

@ -35,7 +35,7 @@ To run the app from source, just clone the code and run this in your terminal:
```
npm install
npm run build
npm start -- --port 8080
npm start
```
## License