Updated the readme

This commit is contained in:
BuildTools 2023-09-13 00:18:56 +02:00
parent 8508998048
commit 613c1278a3

View file

@ -14,6 +14,11 @@ Start by cloning this repo:
```bash
git clone https://github.com/nabilouldhamou/portfolio
```
then install the needed dependencies
```bash
npm install
```
and use this command to run the website locally in dev mode
```bash