From b1f38cc9d98a281c3a1fb424b7bcdd08478289d1 Mon Sep 17 00:00:00 2001 From: woutervermeer Date: Mon, 13 Jul 2026 05:57:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe38469..8f301be 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ To run the website 3 options have been provided For development purposes only as the src folder has been mounted in the container to allow for the making of changes without rebuilding the entire image. Properly utilising this also requires the DEBUG environment variable to be set to TRUE. +Setup to allow live-reloading without manual intervention after normal file changes (i.e. updates to css, html and python functions). + ```shell make dev ```