Add db init step to setup guid #35

Merged
Irev-Dev merged 1 commits from add-db-init-to-setup-steps into main 2020-10-26 19:56:20 +01:00
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