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: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ GUILD_ID=your_guild_id
API_URL=http://localhost:5000
```

#### Example: `client/.env`

```env
VITE_API_URL=http://localhost:5000
```

### 4. Run the App

#### In separate terminals:
Expand Down