Add db init step to setup guid

yarn rw db up was needed
This commit is contained in:
Kurt Hutten
2020-10-27 05:55:08 +11:00
parent 231ed313f5
commit 7f9a49789c
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ Install dependencies
yarn install
```
Initialise the db
``` terminal
yarn rw db up
```
### Fire up dev
```terminal
yarn rw dev