Getting Started
Setup with Docker Compose (main setup)
-
Navigate to
core/apps/web
-
Set up environment variables:
Fill in the required keys and tokens in your new .env
file. For VITE_DISCORD_OAUTH_CLIENT_ID
, retrive the token via the instructions given in the API installation page.
VITE_
must be prefixed to all environment variables in order for them to be accessible.
- Continue with the main setup instructions
Setup without Docker Compose
-
Make sure pnpm is installed on your system.
-
Navigate to
core/apps/web
-
Install dependencies
- Configure environment variables:
Fill in the required keys and tokens in your new .env
file.
VITE_
must be prefixed to all environment variables in order for them to be accessible.
- Finally, launch the app