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
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Install npm packages:
|
1. Navigate back to the repository root and install npm packages:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
cd ..
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run local server
|
## 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
|
2. Run
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue