A tiny, lightweight “open the envelope” love letter page.
npm install
npm run devnpm run build
npm run previewThis project is configured with Vite base: './' in vite.config.js,
so built asset paths stay relative (handy for GitHub Pages repo sites).
Two common options:
- GitHub Actions (recommended): use a workflow that runs
npm ci,npm run build, then publishesdist/to Pages. - Manual: run
npm run buildand publish thedist/folder via the Pages settings (or pushdist/to agh-pagesbranch if you prefer that approach).