Welcome to Resume Builder. Currently, this app only handles the Personalized LaTeX template portion from the design below.
- Docker
-
Clone the repo to your local machine
-
Start the docker container
docker-compose up -d
NOTE: This will create a workspace directory within the directory you've cloned this repo to. You will be able to find all generate LaTeX files here.
-
Upload your template file (.tex) and class file (.cls) to the workplace/templates directory.
-
run this command to create your resume
docker exec -it latex_engine latexmk -xelatex -output-directory=pdfs -cd templates/professional_cv/template.tex -
view resume from the pdfs directory
./workspace/templates/professional_cv/pdfs
