Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyagulya/cv
https://github.com/ilyagulya/cv
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyagulya/cv
- Owner: IlyaGulya
- License: mit
- Created: 2024-01-14T17:19:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:19:57.000Z (3 months ago)
- Last Synced: 2024-08-16T08:35:44.276Z (3 months ago)
- Language: TypeScript
- Homepage: https://cv-blush-eta.vercel.app
- Size: 2.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![cv](https://github.com/BartoszJarocki/cv/assets/1017620/79bdb9fc-0b20-4d2c-aafe-0526ad4a71d2)
# 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/)