/printable-cv

Print-friendly, minimalist CV page

Primary LanguageTypeScriptMIT LicenseMIT

Minimalist CV

Simple web app that renders minimalist CV with print-friendly layout.

Features

  • Setup only takes a few minutes single config file
  • Built using Next.js 14, React, Typescript, Shadcn/ui, TailwindCss
  • Auto generated Layout
  • Responsive for different devices
  • Optimized for Next.js and Vercel

Local development

  1. Install dependencies:

    bun install
  2. Start the local Server:

    bun dev
  3. Open the Config file and make changes

Run with Docker

Build the container

docker compose build

Run the container

docker compose up -d

Stop the Container

docker compose down 

References

Original Repo

License

MIT