Print-friendly, minimalist CV page
Go to file
2024-06-04 17:18:16 +02:00
public Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
src Layout improvements, data update 2024-06-04 17:18:16 +02:00
.eslintrc.json Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
.gitignore fix lint warnings errors 2023-12-27 07:00:18 +00:00
.prettierrc Added prettier 2023-12-26 15:18:39 +01:00
components.json Base work 2023-12-23 23:15:40 +01:00
docker-compose.yaml restart in compose file 2023-12-30 11:12:01 -06:00
Dockerfile fixed typo 2023-12-29 16:36:16 -06:00
LICENSE Added license 2023-12-26 16:55:41 +01:00
next.config.js Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
package.json Added GraphQL api 2024-04-14 13:50:04 +02:00
postcss.config.js Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
README.md Added Vercel deploy button 2024-01-16 21:49:33 +01:00
tailwind.config.js Base work 2023-12-23 23:15:40 +01:00
tsconfig.json Added GraphQL api 2024-04-14 13:50:04 +02:00
yarn.lock Added GraphQL api 2024-04-14 13:50:04 +02:00

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