A react app I built to automatically generate my CV localized without having to maintain different files, fed with the same data as my personal portfolio website.
- Install deps:
yarn install
- Add an environment file
.env.local
(see.env
for format) - Run app:
yarn start
- Print as pdf to generate the PDF-export
The project was bootstrapped with Create React App.