Skip to content

Architecture Decision Records

ADRs are automatically published to our architecture knowledge base via the CI/CD pipeline.

Development

To preview the knowledge base locally, run:

bash
npm run adr:open

In preview mode, Hot Reload is enabled: any change you make to a markdown file is applied live in the browser.

To create a new ADR interactively, run:

bash
npm run adr:new

More Information