Skip to content

Eric Krawczyk's Personal Resume

License

Notifications You must be signed in to change notification settings

erickrawczyk/resume

Repository files navigation

Resumé

Download Resume

This repo generates my personal Resume. It builds the React and Tailwind app with Vite, and the CircleCI pipeline uses Puppeteer to export the document to PDF.

Image of Resume

Local Development

CircleCI

Global Dependencies

  • Node v20.11.1
  • npm 10.2.4

Commands

  • npm i - install package dependencies
  • npm run dev - starts a dev server on port 5173
  • npm run export - Builds a static file and exports a JPG and PDF to /dist/Resume.jpg and /dist/Resume.pdf respectively