A web-based solution to create and view your resume.
All resume content resides within src/content.js. Simply edit the text within it and rebuild to get an updated version.
Previewing edits in a Chromium-based browser is recommended as it will be most accurate to the exported PDF.
npm install
npm run serve
npm run build
npm run lint
Export the PDF by building the project. This will temporarily run the compiled build on an Express server for Puppeteer to export using a headless Chromium instance.
npm run build
The PDF will be in both the dist
and public
folder.
Make sure port 8000 is available or specify another one through an environment variable for process.env.PORT
.