# Create .env.local file with required environment variables
# Install packages
npm i
# Serve over HTTP
npm run dev
# Serve over HTTPS (optional)
next dev --experimental-https
Supabase
- When the domain changes, the callback URL must be updated in Supabase. Go to
Project / Authentication / URL Configuration
and set the new callback url underRedirect URLs
. Make sure to include a wildcard*
symbol at the end of the url because Google OAuth will return with query parameters.
Michael Ren, Paul Su, Kaylyn Thomson, Ritu Devnani, Arja Das