Docker or:
<aside>
💡 Create a .env
file in the root with the following values inside it (each variable should be a line like VARIABLE=value
):
</aside>
The following variables are required:
PUBLIC_URL
: The frontend URL (eg: http://localhost:3000)BACKEND_URL
: The backend URL (eg: http://localhost:8000) (Skip if you are using docker-compose)REACT_APP_OAUTH2_CLIENT_ID
: Client ID of the Discord OAuth2 Application from the discord developer portalIf you are using docker-compose, include env variables from the backend.
node_modules
.docker-compose up
.yarn install --dev
.yarn start
.