diff --git a/README.md b/README.md index bea793a8..cb3aa833 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,24 @@ 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: + + ```bash + git clone https://github.com/BartoszJarocki/cv.git + ``` +3. Install dependencies: + + ```bash + yarn install + ``` +4. Start the local Server: + + ```bash + yarn dev + ``` + # License [MIT](https://choosealicense.com/licenses/mit/)