Skip to content
/ cv Public template
forked from BartoszJarocki/cv

Print-friendly, minimalist CV page

License

Notifications You must be signed in to change notification settings

lari4/cv

This branch is up to date with BartoszJarocki/cv:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2023
Dec 27, 2024
Dec 19, 2023
Dec 27, 2023
Dec 26, 2023
Jan 3, 2025
Dec 26, 2023
Jan 16, 2024
Dec 23, 2023
Dec 30, 2023
Dec 19, 2023
Apr 14, 2024
Dec 19, 2023
Dec 23, 2023
Apr 14, 2024
Apr 14, 2024

Repository files navigation

cv

Minimalist CV Deploy with Vercel

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 container

docker compose build

Run the container

docker compose up -d

Stop the Container

docker compose down 

License

MIT

About

Print-friendly, minimalist CV page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • JavaScript 3.8%
  • CSS 2.6%
  • Dockerfile 0.7%