init bun project with beautiful-mermaid installed

This commit is contained in:
Travis Shears 2026-03-20 10:44:42 +01:00
commit 7cce883993
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
7 changed files with 234 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# mermaid-diagram-creator
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.