Added database migration and seed instructions to README.

This commit is contained in:
2019-09-22 19:21:30 +02:00
parent bd515ab1e5
commit 0327d5f3fb
2 changed files with 43 additions and 14 deletions

View File

@@ -6,6 +6,10 @@ Use [nvm](https://github.com/creationix/nvm) to install a recent version of Node
`npm install`
`npm run migrate`
`npm run seed`
`npm start`
### Configuration