From 7afe9ee56ebe7ce9a33ac7c1cc3491b4e6776a34 Mon Sep 17 00:00:00 2001 From: Michael <20937441+KMikeeU@users.noreply.github.com> Date: Sun, 28 Sep 2025 22:53:18 +0200 Subject: [PATCH] Add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..411faf3 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + +# Typst-Framework + +## Usage + +### Example with docker compose: +``` +docker compose -f docker-compose.example.yml up -d +```