From d5adbdcc18eee2ff2360d9b6af0f22d49d9a6518 Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 12 Oct 2023 15:52:03 +0200 Subject: [PATCH] add basic README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..096a75e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Stadtratmonitor written in Rust + +## Development + +To start the development server I recommend to use [cargo-watch](https://github.com/watchexec/cargo-watch): `cargo watch --exec 'run'`