My YAML-generated curriculum vitae.
The live build in HTML or PDF is continuously deployed via Netlify.
Clone and install dependencies
git clone [email protected]:tancredi/curriculum-vitae.git
cd curriculum-vitae
npm i
Watch for file changes and restart the development server.
npm run dev
# Listening at http://localhost:3000
Export HTML, static assets and PDF in the dist
folder.
npm run build
# ls dist