Skip to content

Commit cb6135e

Browse files
committed
chore(readme): add instructions on seeding db with fake data
1 parent b9ad13c commit cb6135e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@ You can bring up the stack with:
132132
| `yarn start` | or | `export UID; yarn docker start` |
133133

134134
After a short period you should be able to load the application at
135-
http://localhost:5678
135+
http://localhost:5678. To seed the database with data:
136+
137+
```bash
138+
$ yarn docker bash
139+
$ yarn db create-fake-data webbitiimi 20
140+
```
136141

137142
This main command runs a number of tasks:
138143

0 commit comments

Comments
 (0)