From 5e10bd8a320907e82bd6f5445ff30db6b7c0add1 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 23 Nov 2021 22:12:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d82991..5c3cd85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Simple example of how to make a SPA using only Django. Or in other words, creating a site with HTML architecture over Websockets that handles HTMX events. +![demo](demo.gif) + # Run You need `docker` and `docker-compose`.