From 85d6cdfb01c3d0b0dd9f8f21c01b267f8970094a Mon Sep 17 00:00:00 2001 From: JCBSComputer Date: Mon, 6 Jul 2026 09:18:29 +0200 Subject: [PATCH] Setup.md Page fixed --- SETUP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SETUP.md b/SETUP.md index 10d9354..9a68812 100644 --- a/SETUP.md +++ b/SETUP.md @@ -12,6 +12,8 @@ cd frontend # Install dependencies npm install +npm install devenv +npm install build # Start dev server npm run dev @@ -24,6 +26,7 @@ The app runs at **http://localhost:3000** | Route | Description | |-------|-------------| | `/login` | Login page | +| `client-portal/login` | Client Login page | | `/` | Dashboard | | `/leads` | Lead management table | | `/leads/:id` | Lead detail view |