Architectural Decision Records (ADRs) are automatically published to our architectural decision log:
🔗 adr.web-app-template.igassmann.me
Please use this link to browse them.
Before you start, you need to install the Log4brains CLI:
$ pnpm add -g log4brains
To create a new ADR, run the following command:
$ pnpm adr:new
This will create a new ADR file in docs/architectural-decisions
and open it in your default
editor.
To list all existing ADRs, run the following command:
$ pnpm adr:list
To preview the architectural decision log locally, run the following command:
$ pnpm adr:preview
In preview mode, the Hot Reload feature is enabled: any change you make to a markdown file is applied live in the UI.