Skip to content

open-element/OpenResume

Repository files navigation

OpenResume

OpenResume is a browser-only CV builder for producing a print-ready academic CV.

Users edit structured modules in the left panel and see an A4 preview on the right. The app stores drafts in the current browser with localStorage, supports JSON import/export, and prints the preview sheet directly to PDF.

Local Development

npm install
npm run dev

Then open http://localhost:4290.

Testing

npm test

Cloudflare Pages

Use the repository root as the static output directory.

  • Build command: leave empty, or use npm test only in CI.
  • Output directory: .
  • Custom domain: cv.openelement.org

The app has no backend. Saved CV data remains in the user's browser unless they export JSON.

About

Browser-only academic CV builder with print-ready output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors