Update env setup

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-07-09 15:53:15 +02:00
parent cbbe2ba67a
commit 541005f463
No known key found for this signature in database
GPG Key ID: 6A36EA7754473DD7
1 changed files with 3 additions and 2 deletions

View File

@ -80,15 +80,16 @@ cd ./daprdocs
git submodule update --init --recursive
```
5. Install npm packages:
1. Navigate back to the repository root and install npm packages:
```sh
cd ..
npm install
```
## Run local server
1. Make sure you're in the `daprdocs` directory
1. Make sure you're in the root of the repository
2. Run
```sh