This is my personal portfolio website built with Next.js, TypeScript, and Tailwind CSS.
First, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
This project is configured to deploy automatically to GitHub Pages using GitHub Actions.
When you push to the main branch, the workflow in .github/workflows/deploy.yml will automatically build and deploy the site.
You can also trigger the deployment manually from the GitHub Actions tab.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
