Next.js starter
Homepage is ready to build.
This repository is set up with the App Router, TypeScript, Tailwind CSS, ESLint, and npm scripts for local development and production builds.
Develop
Run npm run dev and edit src/app/page.tsx.
Check
Use npm run lint before committing UI changes.
Ship
Use npm run build to verify the production bundle.