Clarify documentation setup docs

`yarn install` is necessary to install docusaurus.
This commit is contained in:
David Rodríguez 2022-04-01 09:07:09 +02:00
parent f5f3a6e281
commit 9588481f93
No known key found for this signature in database
GPG Key ID: 1008A258BB37309C
1 changed files with 14 additions and 2 deletions

View File

@ -7,12 +7,24 @@ Ransack uses [Docusaurus](https://docusaurus.io/) for documentation. To contribu
### Local Development
Switch to docs folder
```
cd docs
yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Install docusaurus and other dependencies
```
yarn install
```
Start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
```
yarn start
```
### Build