This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev Remember to create a .env.local file to set up Superbase env variables NEXT_PUBLIC_SUPABASE_URL= "url here" NEXT_PUBLIC_SUPABASE_ANON_KEY= "key here"