Astro static site deployed to GitHub Pages.
npm install
npm run devBuild and preview locally:
npm run build
npm run previewDeployment is handled by GitHub Actions on every push to main:
- Installs dependencies with npm
- Builds the static site to
dist/ - Uploads the build as a Pages artifact
- Deploys via GitHub Pages Actions
The site is available at https://poscor.github.io/