npx auth secret
AUTH_SECRET
to .env.localDB_URL
: looks like libsql://your-app.you.turso.ioDB_TOKEN
: looks like a JWT eyeyeyAUTH_DISCORD_ID
: Copy Client IDAUTH_DISCORD_SECRET
: Reset Secrethttp://localhost:3000/api/auth/callback/discord
https://your-app.com/api/auth/callback/discord
pnpm db:push
to push schema to DBpnpm install
pnpm dev
You can get the latest changes from the template by running:
git remote add template https://github.com/rechenberger/party-starter.git
git fetch --all
git merge template/main --allow-unrelated-histories
You might have to resolve a few merge conflicts, but that's it!