mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
17 lines
302 B
Markdown
17 lines
302 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.25)
|
|
- build template: `go generate ./..`
|
|
- run code: `go run .`
|