Personal portfolio website built with Astro and Tailwind CSS.
Live Site: https://tharsanan1.github.io/portfolio/
- Astro - Static site generator
- Tailwind CSS - Styling
- GitHub Pages - Hosting
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview build locally before deploying |
The site is automatically deployed to GitHub Pages via GitHub Actions when pushing to the main branch.