7 lines
445 B
Markdown
7 lines
445 B
Markdown
# Purpose
|
|
This is a C# exercise repository to explore creating class and sequence diagrams with mermaid, in order to understand an unfamiliar codebase, perform continuous architecture review, or review code generated by coding agents.
|
|
|
|
# Generating mermaid diagrams and reviewing syntax
|
|
|
|
On linux and mac, the `mmdc` executable is available to create svg diagrams and check syntax. On windows, use the mmdc binary in `./node_modules/bin/mmdc` .
|