Skip to content

sardug10/dev-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f107697 · Feb 15, 2025

History

27 Commits
Jan 20, 2024
Feb 15, 2025
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 18, 2024
Jan 18, 2024
Jan 19, 2024
Jan 14, 2024
Jan 14, 2024
Jan 18, 2024
Jan 18, 2024

Repository files navigation

Minimalist CV

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

Built with Next.js and shadcn/ui, deployed on Vercel.

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

Getting Started Locally

  1. Clone this repository to your local machine:

    git clone https://github.com/BartoszJarocki/cv.git
  2. Move to the cloned directory

    cd cv
  3. Install dependencies:

    yarn install
  4. Start the local Server:

    yarn dev
  5. Open the Config file and make changes

Run with Docker

Build the containewr

docker compose build

Run the container

docker compose up -d

Stop the Container

docker compose down 

License

MIT