Skip to content

Commit 5e70eef

Browse files
TaoChenOSUamsacha
andauthored
Copilot Chat: Update ReadMe to avoid confusion in starting the webapp (#1953)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Address issue reported by #1951. ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> Add instructions to open a terminal and navigate to the webapp folder to install and start the CC web app. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) - [ ] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with `dotnet format` - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 Co-authored-by: Aman Sachan <51973971+amsacha@users.noreply.github.com>
1 parent 80493a9 commit 5e70eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/apps/copilot-chat-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ First, let’s set up and verify the back-end API server is running.
107107
REACT_APP_SK_API_KEY={Your API Key, should be the same as Authorization:ApiKey from appsettings.json}
108108
```
109109

110-
3. To build and run the front-end application
110+
3. To build and run the front-end application, open a terminal and navigate to `samples/apps/copilot-chat-app/webapp` if not already, then run:
111111
```bash
112112
yarn install
113113
yarn start

0 commit comments

Comments
 (0)