Skip to content

Getting Started

This section is the shortest path from clone to a working docs preview.

  • Node.js 20 or newer
  • npm
Terminal window
npm run docs:install
npm run docs:dev

The Starlight dev server will start on http://localhost:4321.

Terminal window
npm run docs:build

That produces a static site in docs-site/dist.