See an issue or need that you're able to fulfill? Then this is the perfect place for you!
- NodeJS 18
- Create a
.env.local
file or usenpm run pull
if you're part of our team.
# .env.local
NEXTAUTH_SECRET="local-secret"
NEXTAUTH_URL="http://localhost:3000"
DISCORD_CLIENT_ID="<discord-client-id>"
DISCORD_CLIENT_SECRET="<discord-client-secret>"
DATABASE_URL="<database-url>"
- Install the Node Modules
$ npm ci
The app should startup at http://localhost:3000!
$ npm start