Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 741 Bytes

File metadata and controls

32 lines (21 loc) · 741 Bytes

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.