11 lines
310 B
Markdown
11 lines
310 B
Markdown
# Screen sharing service
|
|
## Build
|
|
```bash
|
|
cd handshake && mvnw clean package
|
|
```
|
|
### Deploy
|
|
The resulting war file is located in `handshake/target/` and should be deployed to a servlet container.
|
|
|
|
## Develop
|
|
Build the entire project with `mvnw package` and then run by deploying to a local Tomcat in IntelliJ.
|