Skip to content

Installation

Use this setup for local development.

bash
npm install
npm run docs:dev

Build

bash
npm run docs:build

Preview

bash
npm run docs:preview

Notes

  • Keep Node.js version consistent across the team.
  • Commit only the source docs, not the generated output.
  • Avoid adding extra build tooling unless there is a concrete need.

Markdown-first documentation for teams that update docs often.