Resume as Code using YAMLResume.
Or just Docker — no local LaTeX needed.
pnpm installmake build # Validate + build → dist/
make dev # Watch mode (live rebuild on save)
make validate # Schema validation only
make clean # Remove all generated files
make doctor # Check environment dependenciesmake docker-buildmake build FILE=resume.frontend
make build FILE=resume.leadBuild artifacts go to dist/:
dist/
├── resume.pdf
├── resume.tex
├── resume.md
└── resume.html
Push to main triggers a GitHub Actions workflow that validates, builds, and uploads artifacts automatically.