complete-next-app is an opinionated Next.js project with boilerplate code included
Install all dependencies
bun i
Create .env file
cp .env.local.example .env.local
Generate a secret for Auth.js
bunx auth secret
Start the development server
bun dev
Format and lint the files
bun lint