File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33ADRs are automatically published to our Log4brains architecture knowledge base:
44
5- 🔗 ** < http://INSERT-YOUR-LOG4BRAINS-URL > **
5+ 🔗 ** < http://commanded.github.io/adr > **
66
77Please use this link to browse them.
88
@@ -11,21 +11,22 @@ Please use this link to browse them.
1111If not already done, install Log4brains:
1212
1313``` bash
14- npm install -g log4brains
14+ npm install
1515```
1616
1717To preview the knowledge base locally, run:
1818
1919``` bash
20- log4brains preview
20+ npx log4brains preview
2121```
2222
23- In preview mode, the Hot Reload feature is enabled: any change you make to a markdown file is applied live in the UI.
23+ In preview mode, the Hot Reload feature is enabled: any change you make to a
24+ markdown file is applied live in the UI.
2425
2526To create a new ADR interactively, run:
2627
2728``` bash
28- log4brains adr new
29+ npx log4brains adr new
2930```
3031
3132## More information
You can’t perform that action at this time.
0 commit comments