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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,25 @@ Staging triggers a build on [staging cloudbuild](https://console.cloud.google.co
11
11
Production triggers a build on (https://console.cloud.google.com/cloud-build/builds?project=onegraph-dashboard) on pushes to master and deploys to prod firebase hosting/cloud run.
12
12
13
13
Check the cloudbuild-staging.yaml, cloudbuild.yaml, and Dockerfile for implementation details.
14
+
15
+
### Developing locally
16
+
17
+
Install dependencies
18
+
19
+
```
20
+
yarn install
21
+
yarn dev
22
+
```
23
+
24
+
If you need to change one of the queries
25
+
26
+
Go to [the Server-Side auth page for the OneGraph changelog app](https://www.onegraph.com/dashboard/app/570a3d6b-6ff3-4b7a-9b0d-fe4cf6384388/auth/server-side) and get a personal token with access to GitHub.
27
+
28
+
Go to [the Persisted queries page for the OneGraph changelog app](https://www.onegraph.com/dashboard/app/570a3d6b-6ff3-4b7a-9b0d-fe4cf6384388/persisted-queries) and get a dashboard access token to persist queries.
0 commit comments