This is a Next.js project bootstrapped with create-next-app.

Getting Started

Add the env variables to .env.local.

NEXT_PUBLIC_SUPABASE_URL=<your_supabase_project_url>
NEXT_PUBLIC_SUPABASE_ANON_KEY=<your_supabase_anon_key>
NEXT_PUBLIC_SITE_URL=localhost:3000

Set up OAuth with google

Run the development server:

npm run dev