diff --git a/Justfile b/Justfile index 06eee51..b017c8b 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ set dotenv-load := true set export := true -watch: +watch: start-database systemfd --no-pid -s http::4040 -- cargo watch -- cargo run start --listenfd run *args: diff --git a/README.md b/README.md index e34e43e..2a4714f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Install the dependencies: - [Latest stable version of Rust](https://www.rust-lang.org/learn/get-started) (An older version might work as well, but is not tested) - [just command runner](https://just.systems/man/en/chapter_1.html) +- [podman](http://podman.io/docs/installation) Install dependencies available via cargo: diff --git a/templates/_base.html b/templates/_base.html new file mode 100644 index 0000000..749c835 --- /dev/null +++ b/templates/_base.html @@ -0,0 +1,10 @@ + + +
+ + + + + {% block content %}{% endblock %} + + diff --git a/templates/index.html b/templates/index.html index b3631f5..9b6c9a1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,13 +1,4 @@ - - - - - - - -