File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,14 +275,14 @@ git clone https://github.com/NexGenStudioDev/LocalMind.git
275275cd LocalMind
276276
277277# Install dependencies
278- cd server && npm install
279- cd ../client && npm install
278+ cd LocalMind-Backend && npm install
279+ cd ../LocalMind-Frontend && npm install
280280
281281# Start the backend
282- cd server && npm run dev
282+ cd LocalMind-Backend && npm run dev
283283
284284# Start the frontend (in a new terminal)
285- cd client && npm run dev
285+ cd LocalMind-Frontend && npm run dev
286286
287287# Open http://localhost:5173
288288```
@@ -320,7 +320,7 @@ git --version # Should show git version 2.x.x
320320
321321``` bash
322322# Navigate to server directory
323- cd server
323+ cd LocalMind-Backend
324324
325325# Install dependencies
326326npm install
@@ -357,7 +357,7 @@ npm run test # Run test suite
357357
358358``` bash
359359# Navigate to client directory
360- cd client
360+ cd LocalMind-Frontend
361361
362362# Install dependencies
363363npm install
You can’t perform that action at this time.
0 commit comments