https://github.com/camarm-dev/cv
Forked from BartoszJarocki/cv : my print friendly CV page !
https://github.com/camarm-dev/cv
Last synced: about 1 month ago
JSON representation
Forked from BartoszJarocki/cv : my print friendly CV page !
- Host: GitHub
- URL: https://github.com/camarm-dev/cv
- Owner: camarm-dev
- License: mit
- Created: 2024-01-03T12:51:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-06T21:54:40.000Z (9 months ago)
- Last Synced: 2025-09-06T23:32:50.446Z (9 months ago)
- Language: TypeScript
- Homepage: https://cv.camarm.fr
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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](./src/data/resume-data.tsx)
- 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:
```bash
git clone https://github.com/BartoszJarocki/cv.git
```
2. Move to the cloned directory
```bash
cd cv
```
3. Install dependencies:
```bash
yarn install
```
4. Start the local Server:
```bash
yarn dev
```
5. Open the [Config file](./src/data/resume-data.tsx) 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](https://choosealicense.com/licenses/mit/)