Skip to content

Commit 693bfd0

Browse files
timrs2998jlengstorf
authored andcommitted
docs: update gramps cli commands in readme
1 parent 532ecd8 commit 693bfd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Start the app with the following command:
6666

6767
```sh
6868
# Develop with mock data
69-
yarn mock-data
69+
yarn dev:mock-data
7070
```
7171

7272
Open the URL displayed in your console to see GraphiQL.
@@ -77,11 +77,11 @@ Once you’ve got your data source configured to load live data, you can enable
7777

7878
```sh
7979
# Develop with live data
80-
yarn live-data
80+
yarn dev
8181
```
8282

8383
Open the URL displayed in your console to see GraphiQL.
8484

8585
### Notes for Developers
8686

87-
Currently, there is no watch capability (PRs welcome!), so the service needs to be stopped (`control` + `C`) and restarted (`yarn [mock-data|live-data]`) to reflect new changes to the data source.
87+
Currently, there is no watch capability (PRs welcome!), so the service needs to be stopped (`control` + `C`) and restarted (`yarn [dev:mock-data|dev]`) to reflect new changes to the data source.

0 commit comments

Comments
 (0)