#2 Added Instruction to start the project locally

This commit is contained in:
Sujith Thriumalaisamy 2023-12-29 00:59:34 +05:30
parent 66ba64233a
commit e52b48020a

View File

@ -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/)