Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 440 Bytes

File metadata and controls

24 lines (17 loc) · 440 Bytes

Webchat

An experimental version of the Recast.AI Webchat in ReasonML.

Note This is still a WIP.

Run the project

npm install
npm start
# in another tab
npm run webpack

Copy-paste index.html.init to index.html and update the channelid and token fields. Then open it in your browser, and that's it!

Build for production

npm run build
npm run webpack:production