diff --git a/README.md b/README.md index 2e7c5f2..a376129 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,38 @@ A minimal application to book personal appointments for deployment on [applicati Install the `garden` utility as described [here](https://docs.apps.garden/#installing-the-cli). -`garden run` +Run the project locally using `run`: + +```shell +garden run --project . +``` + +Or: + +```shell +garden run --project calendula +``` ## Deploy -`garden deploy` +Deploy the project remotely using `deploy`: + +```shell +garden deploy --project . +``` + +Or: + +```shell +garden deploy --project calendula +``` ## Help -`garden help` +```shell +garden help +``` ## License -Copyright © 2024 Nextjournal +Copyright © 2025 Nextjournal diff --git a/garden.edn b/garden.edn deleted file mode 100644 index ca03c99..0000000 --- a/garden.edn +++ /dev/null @@ -1 +0,0 @@ -{:project "calendula"} diff --git a/src/calendula.clj b/src/calendula.clj index bf1c3e6..05f00d3 100644 --- a/src/calendula.clj +++ b/src/calendula.clj @@ -89,6 +89,7 @@ (defn index [req] (let [uname (username req)] (impulse/page + {:title "Calendula"} [:nav [:ul [:li