Feedback & Issues
+For any feedback, bug reports, or questions about ReportX, please reach out by email.
+ + omar.carpentiero@unimore.it + +diff --git a/README.md b/README.md
index c418f04..1f0fce9 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,22 @@ Work on your branch, then open a PR to `dev` for integration/staging. Once valid
| Dev | `http://services-host.ing.unimore.it:8096` | Unimore network only |
| Production | `https://reportx.unimore.it` | Public |
+## Local development
+
+Build and run the container locally with Docker Compose:
+
+```bash
+docker compose up --build
+```
+
+The site will be available at `http://localhost:8096`. File changes are picked up live via the bind mount — no rebuild needed for HTML/CSS/JS edits.
+
+To stop:
+
+```bash
+docker compose down
+```
+
## Deploying
**Do not run `docker compose` manually.** Deploys are fully automated via GitHub Actions.
diff --git a/assets/flair.png b/assets/flair.png
index 635ac6c..23cb0f1 100644
Binary files a/assets/flair.png and b/assets/flair.png differ
diff --git a/assets/logo_full.svg b/assets/logo_full.svg
new file mode 100644
index 0000000..ef62b75
--- /dev/null
+++ b/assets/logo_full.svg
@@ -0,0 +1,96 @@
+
+
+
diff --git a/assets/t1ce.png b/assets/t1ce.png
index 26be373..0bd1f8d 100644
Binary files a/assets/t1ce.png and b/assets/t1ce.png differ
diff --git a/assets/t1n.png b/assets/t1n.png
index 92c2f87..9299ba3 100644
Binary files a/assets/t1n.png and b/assets/t1n.png differ
diff --git a/assets/t2.png b/assets/t2.png
index 258dde1..ad0b88f 100644
Binary files a/assets/t2.png and b/assets/t2.png differ
diff --git a/clinicians.html b/clinicians.html
index 164a761..86cc9f1 100644
--- a/clinicians.html
+++ b/clinicians.html
@@ -17,12 +17,12 @@
ReportX
Powered by
-
+
For any feedback, bug reports, or questions about ReportX, please reach out by email.
+ + omar.carpentiero@unimore.it + +