MSAgent-Chat/README.md

19 lines
709 B
Markdown
Raw Normal View History

2024-07-01 23:34:28 -04:00
# msagent-chat
2024-07-12 22:28:09 -04:00
Monorepo for the Computernewb Agent Chat project
Includes:
- `msagent.js/`: A JavaScript library for parsing and displaying Microsoft Agent ACS files
- `protocol/` Shared JSON protocol types for the webapp and server
- `webapp/` The Agent Chat Webapp
- `server/` - The Agent Chat Server
## Jumpstart
1. Install dependencies: `yarn`
2024-07-17 14:12:11 -04:00
2. Build everything: `yarn build`
2024-07-12 22:28:09 -04:00
3. Copy `server/config.example.toml` to `server/config.toml` and fill out the relevant fields.
4. Run the server: `yarn workspace @msagent-chat/server serve`
5. - Run the webapp on the development webserver: `yarn workspace @msagent-chat/webapp serve`; OR
- Copy the webapp contents from `webapp/dist/` to your webroot