add diagram via beautiful-mermaid
This commit is contained in:
parent
c94f8df1cc
commit
603d42ad3f
8 changed files with 289 additions and 0 deletions
15
diagrams/README.md
Normal file
15
diagrams/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue