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: CONTRIBUTING.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ We also suggest you read the [Project Philosophy](#project-philosophy) in our do
10
10
> [!TIP]
11
11
> _Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion)._
12
12
> ```shell
13
-
>OAUTH_CLIENT_ID="123" pnpm build
13
+
>VITE_OAUTH_CLIENT_ID="123" pnpm build
14
14
>```
15
15
16
16
To get started:
@@ -25,11 +25,6 @@ Copy the `.env.template` to `.env` and add update `GITHUB_TOKEN` with a GitHub P
25
25
GITHUB_TOKEN=<some personal access token>
26
26
```
27
27
28
-
Build static resources (tray icons, twemojis, etc). You only need to rebuild if you change static assets:
29
-
```shell
30
-
pnpm build
31
-
```
32
-
33
28
Start development mode (includes GraphQL codegen and hot module reload):
0 commit comments