mirror of https://github.com/dapr/docs.git
Update env setup
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
cbbe2ba67a
commit
541005f463
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue