Chaiwala is a cafeteria website that showcases the menu catalog and supports table bookings through a clean, modern UI built with Next.js and Tailwind CSS.
- Node.js 18+ (recommended)
- pnpm (repo is configured for pnpm@10.x)
pnpm installpnpm devThen open http://localhost:3000.
pnpm build
pnpm startThere are no required environment variables or database configuration at this time. If you add runtime configuration later, document it here.
None.
No automated test suite is configured. You can run linting with:
pnpm lint