You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Start the app with the following command:
66
66
67
67
```sh
68
68
# Develop with mock data
69
-
yarn mock-data
69
+
yarn dev:mock-data
70
70
```
71
71
72
72
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
77
77
78
78
```sh
79
79
# Develop with live data
80
-
yarn live-data
80
+
yarn dev
81
81
```
82
82
83
83
Open the URL displayed in your console to see GraphiQL.
84
84
85
85
### Notes for Developers
86
86
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