<<<<<<< HEAD
This is a personal portfolio website built with Next.js and Tailwind CSS. Deployed to GitHub Pages.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
src/app: App Router pages and layout.src/components: Reusable UI components (Header, Hero, Experience, etc.).public: Static assets.
This project is configured for static export (output: 'export' in next.config.ts).
- Push the code to a GitHub repository.
- Go to Settings > Pages.
- Source: GitHub Actions (or deploy from a branch after building).
- If using GitHub Actions, you can use the Next.js static export workflow. =======
5efc9c2c4ce5f19c4fd261c69f782e77420394d1