mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 17:07:08 +00:00
17 lines
308 B
Markdown
17 lines
308 B
Markdown
# PLG-MuDICS Display
|
|
|
|
## Runtime Requirements
|
|
|
|
- Bash
|
|
- Chromium
|
|
- LibreOffice (presentation view)
|
|
- ImageMagick (file preview)
|
|
- ffmpeg (file preview)
|
|
- Ghostscript (file preview)
|
|
|
|
## Development Setup
|
|
|
|
- install Go (at least version v1.24)
|
|
- build template: `go tool templ generate`
|
|
- run code: `go run .`
|