readme and env template

This commit is contained in:
filipriec
2025-02-23 09:43:17 +01:00
parent d6b465fe46
commit 32e5786f1d
2 changed files with 13 additions and 0 deletions

View File

@@ -1 +1,8 @@
# Hey
I run development like this:
```
cargo watch -x 'run --package server -- run' -x 'run --package client'
```