# jellyfin

C# .net core 视频管理系统

```
dotnet build                       # Build the project
cd Jellyfin.Server/bin/Debug/net7.0 # Change into the build output directory

./jellyfin
```