This project generates a CV as a PDF, by using HTML and CSS with pdf2HTML tool. It has a battery of Make commands to make work easier. The generated PDF will be on ./public/cv.pdf
This project requires docker to be runned
- make develop : starts the up and open a web browser to see the CV
- make view-pdf : show the pdf in a new browser
- make generate-pdf : generates the pdf on public/cv.pdf