feat: display

This commit is contained in:
2025-08-17 13:36:45 +02:00
parent 700096ed15
commit 65231e6492
8 changed files with 818 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# PLG-MuDICS Display
## Development Setup
- install Go (at least version v1.24)
- build template: `go tool templ generate`
- run code: `go run .`