mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-23 04:19:23 +03:00
#2 Added Instruction to start the project locally
This commit is contained in:
parent
66ba64233a
commit
e52b48020a
18
README.md
18
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/)
|
||||
|
Loading…
Reference in New Issue
Block a user