Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BartoszJarocki/cv
Print-friendly, minimalist CV page
https://github.com/BartoszJarocki/cv
nextjs react shadcn-ui tailwindcss
Last synced: 6 days ago
JSON representation
Print-friendly, minimalist CV page
- Host: GitHub
- URL: https://github.com/BartoszJarocki/cv
- Owner: BartoszJarocki
- License: mit
- Created: 2023-12-23T22:15:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T15:58:21.000Z (4 months ago)
- Last Synced: 2024-10-29T09:07:50.969Z (7 days ago)
- Topics: nextjs, react, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://cv.jarocki.me
- Size: 439 KB
- Stars: 8,946
- Watchers: 21
- Forks: 970
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - cv - friendly, minimalist CV page | BartoszJarocki | 8950 | (TypeScript)
- awesome-ccamel - BartoszJarocki/cv - Print-friendly, minimalist CV page (TypeScript)
- stars - BartoszJarocki/cv - Print-friendly, minimalist CV page (TypeScript)
README
![cv](https://github.com/BartoszJarocki/cv/assets/1017620/79bdb9fc-0b20-4d2c-aafe-0526ad4a71d2)
# Minimalist CV [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FBartoszJarocki%2Fcv)
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 container
```
docker compose build
```Run the container
```
docker compose up -d
```Stop the Container
```
docker compose down
```# License
[MIT](https://choosealicense.com/licenses/mit/)