https://github.com/developersociety/lff_webchat
https://github.com/developersociety/lff_webchat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developersociety/lff_webchat
- Owner: developersociety
- Created: 2022-02-03T11:22:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T09:03:46.000Z (over 1 year ago)
- Last Synced: 2024-12-16T10:19:54.330Z (over 1 year ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Live Fear Free custom webchat client
Based on the Twilio webchat client example here: https://github.com/twilio/flex-webchat-ui-sample
Twilio documentation for component customisation is here: https://www.twilio.com/docs/flex/developer/webchat/setup
## Instructions
1. Install all dependencies by running:
```
npm install
```
3. Start Flex webchat UI by running:
```
npm start
```
## Installation
1. Clone this repo to your development environment and `cd` into the repo root
2. Run `npm install`
3. Run the build script `npm run build` this will add a `build` to the project root
4. Copy the two script files in `build/assets` and include them in your site (refer to `public/index.html` and the comments for guidance on what is required)
5. Add the following element before the closing body tag of your site's base template `
`
6. 🎉