mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-23 04:19:23 +03:00
579 B
579 B
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
-
Clone this repository to your local machine:
git clone https://github.com/BartoszJarocki/cv.git
-
Install dependencies:
yarn install
-
Start the local Server:
yarn dev