Setting up
This page provides information for setting up a development environment for Livecomp. If you are intending to only use the software, this may not be relevant to you.
Pre-requisites
- Bun v1.3.12 or greater
Environment variables
For development purposes, include a .env file in the project directory. Specify the following environment variables.
| Variable | Description |
|---|---|
AUTH_TOKEN | A token to be used by BetterAuth. You can run bunx auth secret to generate a value. |
GOOGLE_CLIENT_ID | A Google OAuth Client ID |
GOOGLE_CLIENT_SECRET | The secret for the Google OAuth Client ID provided as above |