server
Clone or download
README.md
Stream-Pi Server
Prerequisites
- Java >= 11
This project depends on the following Stream-Pi modules:
- Stream-Pi Action API
- Stream-Pi Theme API
- Stream-Pi Utilities - This needs to be installed first
Quick Start
on Linux or Mac
Build and run locally by executing ./mvnw clean javafx:run
from the command line.
on Windows
Build and run locally by executing ./mvnw.cmd clean javafx:run
from the command line.