Skip to content

Commit

Permalink
Merge pull request BartoszJarocki#13 from SujithThirumalaisamy/main
Browse files Browse the repository at this point in the history
BartoszJarocki#2 Added Instruction to start the project locally
  • Loading branch information
BartoszJarocki authored Dec 28, 2023
2 parents 66ba642 + e52b480 commit 478cd85
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 478cd85

Please sign in to comment.