From e52b48020a071fd716a43db8bdf8797562619a48 Mon Sep 17 00:00:00 2001 From: Sujith Thriumalaisamy Date: Fri, 29 Dec 2023 00:59:34 +0530 Subject: [PATCH] #2 Added Instruction to start the project locally --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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/)