A modern web application built with Next.js, styled with Tailwind CSS, and deployed to GitHub Pages.
Install dependencies:
npm installStart the development server:
npm run devOpen http://localhost:3000 in your browser to see the app.
npm run buildThis generates a static export in the ./out directory, ready for deployment to GitHub Pages.
The app is automatically deployed to GitHub Pages on every push to the main branch via the workflow in .github/workflows/nextjs.yml.
- Framework: Next.js 16 with App Router
- Language: TypeScript
- Styling: Tailwind CSS v4
- Linting: ESLint with
eslint-config-next - Deployment: GitHub Pages via GitHub Actions