From 489308c8fc9198223a93524b5763db1bfed1a49f Mon Sep 17 00:00:00 2001 From: Madhav S Baidya Date: Wed, 23 Jul 2025 10:27:20 +0530 Subject: [PATCH] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0933f7..d326109 100644 --- a/README.md +++ b/README.md @@ -57,19 +57,19 @@ Perplexity 2.0 follows a client-server architecture: ```bash cd ../client npm install - +``` ### Running the Application 1. **Start the server** ```bash cd server uvicorn app:app --reload - +``` 2. **Start the client** ```bash cd client npm run dev - +``` 3. **Open your browser and navigate to http://localhost:3000** ## 🔍 How It Works