balcony_weather_station/diagrams
2026-02-24 08:59:42 +01:00
..
.gitignore add diagram via beautiful-mermaid 2026-02-22 19:28:30 +01:00
arch.svg add rain detector to arch diagram 2026-02-23 22:43:30 +01:00
bun.lock add diagram via beautiful-mermaid 2026-02-22 19:28:30 +01:00
CLAUDE.md add diagram via beautiful-mermaid 2026-02-22 19:28:30 +01:00
index.ts grey out todo parts in arch diagram 2026-02-24 08:59:42 +01:00
package.json add diagram via beautiful-mermaid 2026-02-22 19:28:30 +01:00
README.md add rain detector to arch diagram 2026-02-23 22:43:30 +01:00
tsconfig.json add diagram via beautiful-mermaid 2026-02-22 19:28:30 +01:00

diagrams

To install dependencies:

bun install

To generate the diagram:

bun run index.ts > arch.svg

or to preview the diagram text bases:

bun run index.ts --ascii

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.