Merge pull request #35 from Irev-Dev/add-db-init-to-setup-steps

Add db init step to setup guid
This commit was merged in pull request #35.
This commit is contained in:
Kurt Hutten
2020-10-27 05:56:20 +11:00
committed by GitHub

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