server
Clone or download
Modified Files
# Stream-Pi Server

## Prerequisites
- Java >= 11
- Maven >= 3.6.3
## Quick Start
This project depends on the following Stream-Pi modules:
- [Stream-Pi Action API](https://github.com/stream-pi/actionapi)
- [Stream-Pi Theme API](https://github.com/stream-pi/themeapi)
- [Stream-Pi Utilities](https://github.com/stream-pi/util)
Build and run using `mvn clean javafx:run`