Rhythmbox WebUI backend written in Nim
Find a file
2023-08-03 15:05:55 -04:00
src upgrade for 2.0.0 2023-08-03 15:05:55 -04:00
.gitignore create API 2022-08-17 09:07:13 -04:00
backend.nimble upgrade for 2.0.0 2023-08-03 15:05:55 -04:00
config.nims upgrade for 2.0.0 2023-08-03 15:05:55 -04:00
LICENSE Initial commit 2022-08-16 13:13:12 +00:00
nginx-snippet.conf add config snippets 2022-08-18 21:15:45 -04:00
README.md upgrade for 2.0.0 2023-08-03 15:05:55 -04:00
rhythmbox-webui.service add config snippets 2022-08-18 21:15:45 -04:00

backend

Rhythmbox WebUI backend written in Nim

Compiling

You need Nim 2.0.0 or higher and Nimble (usually comes with Nim) installed to compile. To build for production, run nimble build -d:release.