Skip to content

Commit d2d2d95

Browse files
authored
docs: emphasize optional setup
1 parent a34087b commit d2d2d95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pnpm install
1212

1313
### Development
1414

15-
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).
16-
17-
```shell
18-
OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" pnpm build
19-
```
15+
> [!TIP]
16+
> _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)._
17+
> ```shell
18+
> OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" pnpm build
19+
> ```
2020
2121
To watch for changes (`webpack`) in the `src` directory:
2222

0 commit comments

Comments
 (0)