Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 564 Bytes

Lebenslauf (CV)

React based CV, styled with tailwind. The resume is data driven using resume.json inspired by JSON Resume.

Features

Requirements

  • Node >= 12 with npm

Getting Started

# Install dependencies
npm ci

# Serve a preview in the browser
npm start

# Export as PDF to out/
npm run export