add diagram via beautiful-mermaid

This commit is contained in:
Travis Shears 2026-02-22 17:29:32 +01:00
parent c94f8df1cc
commit 603d42ad3f
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
8 changed files with 289 additions and 0 deletions

15
diagrams/README.md Normal file
View file

@ -0,0 +1,15 @@
# diagrams
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.21. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.