Update gitbook instructions for install node_modules
This commit is contained in:
parent
fbd2cacd82
commit
ce62e57a27
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -3,6 +3,8 @@
|
|||
## Running Locally
|
||||
|
||||
- Install [GitBook Toolchain](https://toolchain.gitbook.com/setup.html)
|
||||
- From `docs/book` run `gitbook install` to install node_modules locally
|
||||
- Retry if this fails, it is flaky
|
||||
- From `docs/book` run `gitbook serve`
|
||||
- Go to `http://localhost:4000` in a browser
|
||||
|
||||
|
|
Loading…
Reference in New Issue