Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 863 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 863 Bytes

Architecture Decision Records

ADRs are automatically published to our Log4brains architecture knowledge base:

🔗 http://commanded.github.io/adr

Please use this link to browse them.

Development

If not already done, install Log4brains:

npm install

To preview the knowledge base locally, run:

npx log4brains preview

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

To create a new ADR interactively, run:

npx log4brains adr new

More information