React based CV, styled with tailwind. The resume is data driven using resume.json
inspired by JSON Resume.
- Development experience of React, Typescript and tailwindcss
- Resume content as data
- Translate to multiple languages
- Node >= 12 with npm
# Install dependencies
npm ci
# Serve a preview in the browser
npm start
# Export as PDF to out/
npm run export