Simple web app that renders minimalist CV with print-friendly layout.
Built with Next.js and shadcn/ui, deployed on Vercel.
- 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
-
Clone this repository to your local machine:
git clone https://github.com/BartoszJarocki/cv.git
-
Move to the cloned directory
cd cv
-
Install dependencies:
yarn install
-
Start the local Server:
yarn dev
-
Open the Config file and make changes
Build the container
docker compose build
Run the container
docker compose up -d
Stop the Container
docker compose down