Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 995 Bytes

File metadata and controls

45 lines (28 loc) · 995 Bytes

Architecture Decision Records

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.

Managing ADRs

Before you start, you need to install the Log4brains CLI:

$ pnpm add -g log4brains

Creating a new ADR

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.

Listing ADRs

To list all existing ADRs, run the following command:

$ pnpm adr:list

Previewing the Architectural Decision Log

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.