[docs] To run the docs locally I needed to cd into packages/mermaid. 'docs:dev' is defined in packages/mermaid/package.json

This commit is contained in:
Sebastian Spier 2022-11-07 11:05:02 +01:00
parent 4a45112344
commit 23fe5ebddb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ flowchart LR
If you want to preview the whole documentation site on your machine:
```sh
cd mermaid
cd packages/mermaid
pnpm i
pnpm docs:dev
```