Skip to content

Commit

Permalink
BartoszJarocki#2 Added Instruction to start the project locally
Browse files Browse the repository at this point in the history
  • Loading branch information
SujithThirumalaisamy committed Dec 28, 2023
1 parent 66ba642 commit e52b480
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit e52b480

Please sign in to comment.