Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vangelov/devresume
A free web-based resume editor based on writing YAML with realtime preview and PDF export.
https://github.com/vangelov/devresume
local-first pdf resume resume-builder resume-creator resume-template yaml
Last synced: 5 days ago
JSON representation
A free web-based resume editor based on writing YAML with realtime preview and PDF export.
- Host: GitHub
- URL: https://github.com/vangelov/devresume
- Owner: vangelov
- Created: 2023-09-30T08:42:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T20:52:58.000Z (almost 1 year ago)
- Last Synced: 2024-08-01T19:52:04.090Z (3 months ago)
- Topics: local-first, pdf, resume, resume-builder, resume-creator, resume-template, yaml
- Language: TypeScript
- Homepage: https://devresume.app
- Size: 9.23 MB
- Stars: 177
- Watchers: 3
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-list - devresume - based resume editor based on writing YAML with realtime preview and PDF export. | vangelov | 182 | (TypeScript)
- starred - vangelov/devresume - A free web-based resume editor based on writing YAML with realtime preview and PDF export. (TypeScript)
README
DevResume
Resume creator based on writing YAML with live preview and PDF export.
Website: https://devresume.app
**Completely free** • **No sign-up** • **Live preview** • **Works offline** • **Unlimited exports**
## Motivation
DevResume helps developers and technical people write their resume instead of wrestling with buttons and menus.
The configuration is based on a subset of the [JSON resume standard](https://jsonresume.org/). It includes only the actually useful parts of it. The best practices are already taken care of based on the recommendations from the book [The Tech Resume Inside Out](https://thetechresume.com/). You are free to focus on the content.## Scripts
In the project directory, you can run:
#### `npm run dev`
Runs the app in the development mode.\
Open [http://127.0.0.1:5173/](http://127.0.0.1:5173/) to view it in the browser.#### `npm run build`
Builds the app for production in the `dist` folder.#### `npm run test`
Runs the unit and integrations tests using Vitest.#### `npm run test:e2e`
Runs the E2E tests using Playwright.