summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e01c14..0ee91ac 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,12 @@ collector cronjob to remove leftover files. Besides, it can create a
79the uploads folder, to ensure that the uploaded files won't be recoverable 79the uploads folder, to ensure that the uploaded files won't be recoverable
80between reboots. 80between reboots.
81 81
82# Development
83Install docker and docker-compose and then run `docker-compose up` to setup
84the docker dev environment. Mat2-web is now accessible on your host machine at `localhost:5000`.
85Every code change triggers a restart of the app.
86If you want to add/remove dependencies you have to rebuild the container.
87
82# Custom templates 88# Custom templates
83 89
84You can override the default templates from `templates/` by putting replacements 90You can override the default templates from `templates/` by putting replacements