Resumake is currently undergoing a major v3 rewrite. For any thing related to the current app, please see v2-(old).
A website for automatically generating elegant LaTeX resumes without the need to write any TeX code yourself.
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.
Thanks very much to the creators of the LaTeX templates used in this website.
- Rensselaer Career Development Center
- Byungjin Park
- Scott Clark
- Debarghya Das
- Xavier Danaux
- Ratul Saha
- Daniil Belyakov
- Frits Wenneker
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
MIT © Saad Quadri