Ian-Balijawa / resumake.io

πŸ“ A website for automatically generating elegant LaTeX resumes.

Home Page:https://resumake.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resumake-logo


Important note

Resumake is currently undergoing a major v3 rewrite. For any thing related to the current app, please see v2-(old).


resumake.io

A website for automatically generating elegant LaTeX resumes without the need to write any TeX code yourself.

discord chat

resumake

Simply choose a template, fill in as much (or as little) info as you want, and then press Make to see your output. You can change your template at any point to see how your resume looks with different designs.

When you're happy with your result, you can download the resume as a PDF, TeX, or JSON document. The JSON output is compatible with JSONResume.

Credits

Thanks very much to the creators of the LaTeX templates used in this website.

Running resumake.io locally

Ensure you have the following installed:

  • Node v16 or greater
  • LaTeX (TinyTeX Recommended)
$ curl -sL "https://yihui.org/tinytex/install-bin-unix.sh" | sh
$ tlmgr install preprint enumitem ragged2e fancyhdr xifthen \
  ifmtarg setspace parskip tocloft titlesec textpos babel-english \
  isodate substr xltxtra realscripts hyphenat microtype koma-script \
  moderncv colortbl pgf multirow arydshln tabu changepage sectsty

Next, clone this repo and run the following inside the root folder:

$ npm install
$ npm run dev

This will start the app on http://localhost:3000

License

MIT Β© Saad Quadri

About

πŸ“ A website for automatically generating elegant LaTeX resumes.

https://resumake.io

License:MIT License


Languages

Language:TeX 80.6%Language:TypeScript 19.4%Language:JavaScript 0.0%