Gagan Raj Gupta

S3 Lab Website (IIT Bhilai)

This is a Next.js + TypeScript + Tailwind starter scaffold for the S3 Lab (Simple Sustainable Solutions) at IIT Bhilai.

Features included:

Setup

  1. Install dependencies
pnpm install
# or npm install
  1. Run development server
pnpm dev
# or npm run dev
  1. Add Supabase env vars (optional)

Create a .env.local with:

NEXT_PUBLIC_SUPABASE_URL=your_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key

Notes