cv/README.md
2023-12-29 00:59:34 +05:30

579 B

cv

Minimalist CV

Simple web app that renders minimalist CV with print-friendly layout.

Built with Next.js and shadcn/ui, deployed on Vercel.

Getting Started Locally

  1. Clone this repository to your local machine:

    git clone https://github.com/BartoszJarocki/cv.git
    
  2. Install dependencies:

    yarn install
    
  3. Start the local Server:

    yarn dev
    

License

MIT