Personal portfolio site built with Astro, Tailwind CSS v4, GSAP, and MDX.
- Astro — static site framework with view transitions
- Tailwind CSS v4 — utility-first styling
- GSAP — page-entry animations
- MDX — blog posts
npm install
npm run dev # localhost:4321
npm run build # production build → ./dist/
npm run preview # preview production build| Route | Description |
|---|---|
/ |
Home |
/about |
About |
/experience |
Resume — work experience & education |
/skills |
Skills |
/blog |
Blog |
/contact |
Contact |