Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 523 Bytes

File metadata and controls

23 lines (16 loc) · 523 Bytes

diegocasmo.github.io

Personal blog built with Astro, deployed to GitHub Pages.

Commands

npm ci            # Install dependencies (clean)
npm run dev       # Start dev server
npm run build     # Typecheck + build
npm run preview   # Preview production build
npm run check     # TypeScript/Astro check only

Tests

npm test            # Run Playwright smoke tests against preview server

Deploy

Deployment happens automatically via GitHub Actions on push to main.