server

Clone or download

Update README.md

Server does not need to be installed locally

Modified Files

M README.md
+1 −1
# Stream-Pi Server
# Stream-Pi Server
![version](https://img.shields.io/badge/Version-1.0.0-green)
![version](https://img.shields.io/badge/Version-1.0.0-green)
## Prerequisites
## Prerequisites
- Java >= 11
- Java >= 11
- Maven >= 3.6.3
- Maven >= 3.6.3
## Quick Start
## Quick Start
This project depends on the following Stream-Pi modules:
This project depends on the following Stream-Pi modules:
- [Stream-Pi Action API](https://github.com/stream-pi/actionapi)
- [Stream-Pi Action API](https://github.com/stream-pi/actionapi)
- [Stream-Pi Theme API](https://github.com/stream-pi/themeapi)
- [Stream-Pi Theme API](https://github.com/stream-pi/themeapi)
- [Stream-Pi Utilities](https://github.com/stream-pi/util)
- [Stream-Pi Utilities](https://github.com/stream-pi/util)
Build locally by executing `mvn clean install` and start the app by running `com.stream_pi.server.Main`.
Build and run using `mvn clean javafx:run`