Skip to content

danielschleindlsperger/lebenslauf

Repository files navigation

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