This is a Next.js project bootstrapped with create-next-app. Getting Started Install pnpm https://pnpm.io/installation Provide environment variables Create .env file and set these variables there: AUTH_GITHUB_ID='' AUTH_GITHUB_SECRET='' MONGODB_URI='' run the development server: npm run dev # or yarn dev