From 8cc32022404e1494dd397b905c6616e31c56f266 Mon Sep 17 00:00:00 2001 From: Alexander Schefe <148041958+alexander-schefe@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:53:11 +0200 Subject: [PATCH 1/2] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 99cb99d..dcb6132 100644 --- a/readme.md +++ b/readme.md @@ -49,6 +49,14 @@ From the root of the project call: 5. `yarn start` `start` starts a dev server which serves the frontend on port `:8080` +use `yarn compile:watch` during developement to directly hot reload any changes made + +### Ports + +The frontend runs on `http://localhost:8080/` +The backend runs on `http://localhost:3000/` +the local dynamoDB runs on `http://localhost:8001/` +The locally emulated s3 buckets run on `http://localhost:8181/` ### Linting From 09926ae6bcfa094b091abfb73af7366b57864ef0 Mon Sep 17 00:00:00 2001 From: alexander-schefe Date: Fri, 15 Aug 2025 08:56:45 +0200 Subject: [PATCH 2/2] fix: readme.md formating --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index dcb6132..dc37d97 100644 --- a/readme.md +++ b/readme.md @@ -49,14 +49,12 @@ From the root of the project call: 5. `yarn start` `start` starts a dev server which serves the frontend on port `:8080` -use `yarn compile:watch` during developement to directly hot reload any changes made + +Use `yarn compile:watch` during developement to directly hot reload any changes made ### Ports -The frontend runs on `http://localhost:8080/` -The backend runs on `http://localhost:3000/` -the local dynamoDB runs on `http://localhost:8001/` -The locally emulated s3 buckets run on `http://localhost:8181/` +The frontend runs on `http://localhost:8080/` The backend runs on `http://localhost:3000/` the local dynamoDB runs on `http://localhost:8001/` The locally emulated s3 buckets run on `http://localhost:8181/` ### Linting