Microsoft Word was too bloated
This resume uses the schema from the JSON Resume initiative. As such, all information found in the resume is located in resume.json
. Types for each property in the Resume schema is located in resume.schema.ts
.
Install dependencies
pnpm install
Dev server
npm run dev
Build to production
npm run build
Print to PDF (Requires dev server to be running)
npm run print
Note: exiftool
and browser deps for puppeteer
must be installed. See puppeteer/docs/troubleshooting.md