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.
Global Dependencies
- Node v20.11.1
- npm 10.2.4
Commands
npm i
- install package dependenciesnpm run dev
- starts a dev server on port 5173npm run export
- Builds a static file and exports a JPG and PDF to/dist/Resume.jpg
and/dist/Resume.pdf
respectively