First, install dependencies:
npm install
# or
yarn install
Secondly, implement your own .env:
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_CLIENT_TOKEN=
NEXTAUTH_URL=http://localhost:3000
DATABASE_URL=
SESSION_SECRET=
DB_NAME=
JWT_SECRET=
JWT_SIGNING_PRIVATE_KEY=
Lastly, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.