Skip to content

Commit a816f49

Browse files
Merge pull request #132 from neeru24/patch-2
fix #130
2 parents 6df3e68 + 1c36c27 commit a816f49

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,14 @@ git clone https://github.com/NexGenStudioDev/LocalMind.git
275275
cd 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
326326
npm 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
363363
npm install

0 commit comments

Comments
 (0)