Getting Started
This section is the shortest path from clone to a working docs preview.
Prerequisites
Section titled “Prerequisites”- Node.js 20 or newer
- npm
Run locally from the repo root
Section titled “Run locally from the repo root”npm run docs:installnpm run docs:devThe Starlight dev server will start on http://localhost:4321.
Build for deployment testing
Section titled “Build for deployment testing”npm run docs:buildThat produces a static site in docs-site/dist.
Next steps
Section titled “Next steps”- Use Local Preview to run the site directly from
docs-site. - Use Writing Pages to add new sections and pages.