Skip to content

Commit

Permalink
Update README.md for Agent UI (#1495)
Browse files Browse the repository at this point in the history
Signed-off-by: Tsai, Louie <[email protected]>
  • Loading branch information
louie-tsai authored Feb 11, 2025
1 parent 63ad850 commit 88a8235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AgentQnA/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here're some of the project's features:
2. cd command to the current folder.

```
cd AgentQnA/ui
cd AgentQnA/ui/svelte
```

3. Modify the required .env variables.
Expand All @@ -41,7 +41,7 @@ Here're some of the project's features:
npm run dev
```

- The application will be available at `http://localhost:3000`.
- The application will be available at `http://localhost:5173`.

5. **For Docker Setup:**

Expand All @@ -54,7 +54,7 @@ Here're some of the project's features:
- Run the Docker container:

```
docker run -d -p 3000:3000 --name agent-ui opea:agent-ui
docker run -d -p 5173:5173 --name agent-ui opea:agent-ui
```

- The application will be available at `http://localhost:3000`.
- The application will be available at `http://localhost:5173`.

0 comments on commit 88a8235

Please sign in to comment.