Update gitbook instructions for install node_modules

This commit is contained in:
Phillip Wittrock 2018-11-12 12:05:40 -08:00
parent fbd2cacd82
commit ce62e57a27
2 changed files with 3 additions and 0 deletions

1
docs/book/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

View File

@ -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