From 6f0ee12e6330c05036827ca84808a3ae20d5ecef Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 11 Jun 2026 16:13:54 +0200 Subject: [PATCH] Updated README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b188237..0bf844d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ Step 3 S3 download uses CDSE OpenEO (`SENTINEL3_SYN_L2_SYN`). Set `CDSE_USER` an ## Web viewer -`make serve` (from the workspace root) serves `processing/` at [http://localhost:8000/index.html](http://localhost:8000/index.html). Requires step 5 output (`data/metrics/manifest.json`). + + +`python3 -m http.server 8080` the webapp on [http://localhost:8000/index.html](http://localhost:8000/index.html). Requires step 5 output (`data/metrics/manifest.json`). ---