Files
komp_ac/README.md
2025-04-15 20:28:31 +02:00

17 lines
259 B
Markdown

# Hey
This is only work in progress, until release 1.0.0 this is for development use cases only.
I run development like this:
Server:
```
cargo watch -x 'run --package server -- server'
```
Client:
```
cargo watch -x 'run --package client -- client'
```