This is my personal website, built with Astro, Vue, UnoCSS, and Netlify SSR.
pnpm install
pnpm run devPhoto metadata and compressed assets are generated explicitly instead of during install:
pnpm run prepare:photosKeep original photos in photos/originals/. That directory is ignored and is only used as the local source for generating server/utils/data.ts, public/photos/compressed, and public/photos/thumb. Commit the generated metadata and optimized images, not the originals.
pnpm run lint
pnpm run typecheck
pnpm run build