Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down