Configure the .env based on .env.example
generate prisma
npx prisma generate
and push the collections to your database
npx prisma db push
google callback urls:
http://localhost:3000/api/auth/callback/google
http://localhost:3000/auth/callback/google
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev