From 1c36c272a66508da63c0d2c7b919ff9c79b42285 Mon Sep 17 00:00:00 2001 From: Neeru <161798182+neeru24@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:57:47 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 268fe2c..a6b6509 100644 --- a/README.md +++ b/README.md @@ -275,14 +275,14 @@ git clone https://github.com/NexGenStudioDev/LocalMind.git cd LocalMind # Install dependencies -cd server && npm install -cd ../client && npm install +cd LocalMind-Backend && npm install +cd ../LocalMind-Frontend && npm install # Start the backend -cd server && npm run dev +cd LocalMind-Backend && npm run dev # Start the frontend (in a new terminal) -cd client && npm run dev +cd LocalMind-Frontend && npm run dev # Open http://localhost:5173 ``` @@ -320,7 +320,7 @@ git --version # Should show git version 2.x.x ```bash # Navigate to server directory -cd server +cd LocalMind-Backend # Install dependencies npm install @@ -357,7 +357,7 @@ npm run test # Run test suite ```bash # Navigate to client directory -cd client +cd LocalMind-Frontend # Install dependencies npm install