- Clone the repository
- Copy
.env.example
to.env.local
- Specify app name in
NEXT_PUBLIC_APP_NAME
variable in.env.local
- Go to auth0.com and create a new application, fill up
AUTH0_*
variables - In auth0.com configure
Allowed Callback URLs
andAllowed Logout URLs
tohttp://localhost:3000
(or your domain) - Generate random
AUTH_SECRET
via commandnpx auth secret
and fill up env variable in.env.local
, more info here - Go to supabase.com and create a new project, fill up
*_SUPABASE_*
env variables in.env.local