From 14b0543d215e60e58fe3e7573916511bc9a94ea8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:01:39 +0000 Subject: [PATCH 1/2] Initial plan From 047a2942e8e91bf7a7142cd907461965c5b69cf2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:03:47 +0000 Subject: [PATCH 2/2] docs: update README to reflect frontend running locally instead of Docker Co-authored-by: yb175 <181614786+yb175@users.noreply.github.com> --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8187ccb..9a8089b 100644 --- a/README.md +++ b/README.md @@ -70,25 +70,39 @@ We won't spam you about trailing spaces. We only speak up when there's a real ri | **Prevents Downtime?** | ❌ | ❌ | ✅ **YES** | --- -## Running with Docker +## Running the App + +### Frontend (Local) + +Prerequisites: +- Node.js 20+ + +```bash +cd frontend +npm install +npm run dev # Runs on http://localhost:5173 +``` + +### Backend (Docker) Prerequisites: - Docker - Docker Compose -### Creating the image +#### Creating the image ```bash docker compose up --build ``` -### Running the container +#### Running the container ```bash -docker compose up +docker compose up ``` -### Stopping the container + +#### Stopping the container ```bash -docker compose down +docker compose down ``` ### 🤝 Join the School