Files
ersatztv/docs/development.md
T

26 lines
298 B
Markdown

## Development
### Requirements
- [.NET 5.0](https://dotnet.microsoft.com/download)
- [ffmpeg and ffprobe](https://ffmpeg.org/download.html)
### Run server
```shell
cd ErsatzTV
dotnet run
```
### Run tests
```shell
dotnet test
```
### Cleanup code
```shell
./scripts/cleanup-code.sh
```