https://github.com/diegorezm/resumemk
Generate a styled resume from a markdown file
https://github.com/diegorezm/resumemk
jobsearch resume resumebuilder rust
Last synced: 3 months ago
JSON representation
Generate a styled resume from a markdown file
- Host: GitHub
- URL: https://github.com/diegorezm/resumemk
- Owner: diegorezm
- Created: 2024-12-07T20:13:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T21:57:24.000Z (5 months ago)
- Last Synced: 2025-02-08T05:24:44.320Z (4 months ago)
- Topics: jobsearch, resume, resumebuilder, rust
- Language: TypeScript
- Homepage: https://resumemk.xyz/
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resumemk
Resumemk is a simple resume builder written in Rust.
Keep in mind that this project uses headless Chrome to generate the PDF.
So, you need to have Chrome/Chromium installed on your machine.## Self-hosting
You can self-host this project by using Docker.
Steps:1. Build the Docker image
```bash
docker-compose up -d
```2. Open http://localhost:8080 in your browser
## Build
This project has a CLI and a server, which are separate apps, and you have to build them individually.
I recommend running the make commands.### CLI
```bash
make install-cli
```### Server
```bash
make install-server
```## Usage
```bash
resumemk --help
```