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 ```