41 lines
497 B
Markdown
41 lines
497 B
Markdown
# Know Your Teammates
|
|
|
|
[Watch video (3:33mins)](https://www.sirlab.de/knowyt/know-your-teammates.mp4)
|
|
|
|
|
|
## Installation
|
|
|
|
install dependencies and check for missing tools
|
|
|
|
```
|
|
make setup
|
|
```
|
|
|
|
|
|
## run (development mode)
|
|
|
|
start client and server in a split terminal window
|
|
|
|
```
|
|
make run-tmux
|
|
```
|
|
|
|
|
|
## build podman/docker image
|
|
|
|
```
|
|
make build
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
AGPLv3 (GNU Affero General Public License)
|
|
|
|
|
|
## Author
|
|
|
|
© 2021-2024 Achim Settelmeier <knowyt@m1.sirlab.de>
|
|
|
|
https://www.sirlab.de/
|