Personal portfolio site built with Astro and deployed to GitHub Pages via GitHub Actions.
npm install
npm run devAstro dev server runs at http://localhost:4321.
npm run build
npm run previewDeployment is handled by the GitHub Actions workflow in .github/workflows/deploy.yml on push to the default branch.