From 2053ccadc503d93ea21cc9fca845549767c9eb14 Mon Sep 17 00:00:00 2001 From: skinkade Date: Thu, 25 Jul 2024 06:23:49 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8877f7..2414944 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Gleam + Wisp + Lustre Multi-tenant Application Demo +## Demo + +https://github.com/user-attachments/assets/001cc431-7700-4962-aea5-4884746a7178 + +## Usage + ```shell # Database docker-compose up -d @@ -12,4 +18,4 @@ npx tailwindcss -i ./priv/tailwind.css -o ./priv/static/css/main.css # Gleam application gleam run -``` \ No newline at end of file +```