This is a Next.js project using pages router, ChakraUI and Supabase.
Features
- Dark Mode
- Authentication
- Cookie Session for /api
- Lemon Squeezy Payments
- Storage (Supabase)
- Analytics (Posthog)
To begin add the required env variables
- NEXT_PUBLIC_SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_ANON_KEY
- NEXT_SERVICE_KEY (Supabase Service Key)
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev