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 |