This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devcreate .env file
sign up on clerk to get
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY
also create your DB
DATABASE_URL="postgresql://neondb_owner:UtYep1u9OsPD@ep-shiny-credit-a563ps2l.us-east-2.aws.neon.tech/neondb?sslmode=require"