Personal resume built with Astro + Tailwind CSS.
Live: https://zzswang.github.io/resume/
npm install
npm run dev # local dev server at localhost:4321
npm run build # build static site to dist/
npm run preview # preview built siteAll resume data lives in YAML files — no need to touch HTML:
src/data/resume.zh.yaml— Chinese versionsrc/data/resume.en.yaml— English version
npx playwright install chromium
npm run pdfPush to master branch — GitHub Actions automatically builds and deploys to GitHub Pages.