/cv

Simple minimalistic CV (resume).

Primary LanguageCSS

CV

Simple minimalistic CV (resume) written in Preact using Preact CLI. Renders personal data from customizable JSON file. Also generates CV from website to PDF.

Usage

Generate PDF

git clone https://github.com/martinsuba/cv
npm run start
npm run pdf

or build and publish website

git clone https://github.com/martinsuba/cv
npm run build