Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
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
17 changes: 2 additions & 15 deletions docs/Deploying-Composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,9 @@ This command builds the Composer app. The build process can take few minutes.
```
yarn start
```
This command starts the Composer authoring application and the CSharp Bot runtime.

To use Composer, open a browser and navigate to http://localhost:3000

#### Run the Bot Project

To test the bot you are creating using the Composer you need to run the Bot Project that comes with the Composer.

Open a new terminal window. Navigate to the Bot Framework Composer repo. In the repo, navigate to the **BotProject\CSharp** folder. Run the following command:
```
dotnet run
```
This will build and run a Bot Framework bot that the Composer connects to.

The bot is running on http://localhost:3979/api/messages.
This command starts the Composer authoring application and the CSharp Bot runtime which is running on http://localhost:3979/api/messages.

To use Composer, open a browser and navigate to http://localhost:3000

Alternatively you can use one command to start both the Composer and the Bot runtime
```
Expand Down