This is a Next.js project bootstrapped with create-next-app.
We're using pnpm as the package manager for this application. Please download if the following commands don't work:
Create a .env file with the following values:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
CLERK_WEBHOOK_SECRET=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
EMAIL_USER=
EMAIL_PASSWORD=
PUBLIC_SUPABASE_URL=
PUBLIC_SUPABASE_KEY=
Install pnpm packages:
pnpm installRun the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.