Skip to content

navn-r/resume

Repository files navigation

License: Unlicense Node.js CI wakatime CodeFactor

Schema

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.

Built with:

  • Svelte + TypeScript + SCSS
  • Puppeteer for auto-magically generating a pdf on build (view here)
  • GitHub Actions on push to Github Pages
  • ❤️

Get Started

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