This is a Next.js + TypeScript + Tailwind starter scaffold for the S3 Lab (Simple Sustainable Solutions) at IIT Bhilai.
Features included:
Setup
pnpm install
# or npm install
pnpm dev
# or npm run dev
Create a .env.local with:
NEXT_PUBLIC_SUPABASE_URL=your_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key
Notes
components/Hero.tsx is left empty for later replacement.--primary set to #1e40af.