Update README.md
Some checks failed
Gitea Test. / tests (push) Failing after 11s

This commit is contained in:
2026-07-13 05:57:31 +00:00
parent 99c0b4ae6d
commit b1f38cc9d9

View File

@@ -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. 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. 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 ```shell
make dev make dev
``` ```