Skip to content

Commit

Permalink
Added instructions to launch frontend server when running from source (
Browse files Browse the repository at this point in the history
…#3517)

When running the AutoGen Studio from source, one needs to separately launch the frontend server. Updated the docs to include these instructions.

Co-authored-by: Victor Dibia <[email protected]>
  • Loading branch information
EnGassa and victordibia authored Sep 27, 2024
1 parent 766a4a1 commit dbb139d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions samples/apps/autogen-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ AutoGen Studio also takes several parameters to customize the application:

Now that you have AutoGen Studio installed and running, you are ready to explore its capabilities, including defining and modifying agent workflows, interacting with agents and sessions, and expanding agent skills.

#### If running from source
When running from source, you need to separately bring up the frontend server.
1. Open a separate terminal and change directory to the frontend
```bash
cd frontend
```
3. Create a `.env.development` file.
```bash
cp .env.default .env.development
```
3. Launch frontend server
```bash
npm run start
```

## Contribution Guide

We welcome contributions to AutoGen Studio. We recommend the following general steps to contribute to the project:
Expand Down

0 comments on commit dbb139d

Please sign in to comment.