Skip to content

Local Preview

There are two reasonable ways to work with the docs site.

Use this if you want one entry point for the whole repository:

Terminal window
npm run docs:install
npm run docs:dev

Use this if you are focused only on documentation work:

Terminal window
cd docs-site
npm install
npm run dev

Before testing deployment, build the site and preview the generated output:

Terminal window
npm run docs:build
npm run docs:preview

This uses the same static output that a host will serve.