A production-ready Next.js website scaffolded with TypeScript, Tailwind CSS, the App Router, and Vercel-compatible defaults.
Install dependencies:
npm install
Start the development server:
npm run dev
Run production checks:
npm run lint
npm run typecheck
npm run build
Set NEXT_PUBLIC_SITE_URL in Vercel if the production URL differs from https://gktgbs.github.io.