add rain detector to arch diagram

This commit is contained in:
Travis Shears 2026-02-23 22:42:23 +01:00
parent c56ec0d15b
commit 1529df5c7c
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 62 additions and 50 deletions

View file

@ -6,10 +6,18 @@ To install dependencies:
bun install
```
To run:
To generate the diagram:
```bash
bun run index.ts
bun run index.ts > arch.svg
```
or to preview the diagram text bases:
```bash
bun run index.ts --ascii
```
---
This project was created using `bun init` in bun v1.2.21. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.