add comment

This commit is contained in:
Felix Ableitner 2024-01-29 16:06:24 +01:00
parent 7a1da4fd34
commit 52121fae66
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ CARGO_TARGET_DIR=target/backend cargo watch -c -x run
# start frontend, automatic rebuild on changes # start frontend, automatic rebuild on changes
trunk serve -w src/frontend/ trunk serve -w src/frontend/
``` ```
Then open the site at [127.0.0.1:8080](http://127.0.0.1:8080/).
## License ## License
[AGPL](LICENSE) [AGPL](LICENSE)