Skip to content

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.

VariableDescription
AUTH_SECRETA token to be used by BetterAuth. You can run bunx auth secret to generate a value.
GOOGLE_CLIENT_IDA Google OAuth Client ID
GOOGLE_CLIENT_SECRETThe secret for the Google OAuth Client ID provided as above