Tech Education in Hinglish — Desi flavor, world-class skills.
- Next.js 16 (App Router)
- TypeScript 5
- Tailwind CSS 4 + shadcn/ui
- Better Auth
- Neon Postgres + Drizzle ORM
- MDX + Velite
- Razorpay + Resend
-
Clone the repository
-
Install dependencies:
pnpm install
-
Copy the environment variables:
cp .env.local.example .env.local
Fill in your actual API keys in
.env.local. -
Start the development server:
pnpm dev
-
Open http://localhost:3000 to view the application.
This project includes a GitHub-sourced learning catalog with:
/courses/roadmaps/projects
Build or refresh the catalog:
pnpm catalog:build
pnpm catalog:test