# Documentation

# Local development

Install dependencies:

yarn install

Build the docs

yarn docs:build

Run the local docs server

yarn docs:dev

If no other process is using 8080 you will be able to view the docs locally at localhost:8080. Some kinds of changes require restarting the dev server while others will hot reload.

Last Updated: 3/11/2020, 5:34:20 AM