Skip to content

Commit 623f6ab

Browse files
committed
more readme updates
1 parent b54e008 commit 623f6ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ If you'd like to learn more about persisted queries, email [[email protected]
1212

1313
## Setup
1414

15-
Use an existing OneGraph app or sign up sign up at [OneGraph](https://www.onegraph.com) to create a new app. Update the `/.env` file to update the `RAZZLE_ONEGRAPH_APP_ID` with your app's id. This would also be a good time to replace the fixed variables with the repo name and owner for the repo you'd like to back your blog (right now it uses this repo's issues).
15+
Use an existing OneGraph app or sign up sign up at [OneGraph](https://www.onegraph.com) to create a new app. Update the `/.env` file to update the `RAZZLE_ONEGRAPH_APP_ID` with your app's id. This would also be a good time to replace `REPOSITORY_FIXED_VARIABLES` in the `/.env` file with the repo name and owner for the repo you'd like to back your blog (it uses this repo's issues by default).
1616

1717
Remove the generated files (they're tied to the OneGraph app they were generated with)
1818

1919
```
2020
rm -r src/__generated__
2121
```
2222

23+
(Note: any time you change the variables in `.env`, it's a good idea to stop the relay compiler, remove the files in `src/__generated__`, and restart the compiler)
24+
2325
Install dependencies
2426

2527
```

0 commit comments

Comments
 (0)