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.
- Svelte + TypeScript + SCSS
- Puppeteer for auto-magically generating a pdf on build (view here)
- GitHub Actions on push to Github Pages
- ❤️
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