Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 490 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 490 Bytes

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)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev