SAP / Webchat

The SAP Conversational AI webchat let you deploy a bot straight to a website
https://cai.tools.sap
MIT License
80 stars 200 forks source link

Be able to run the project locally #23

Open Kerumen opened 5 years ago

Kerumen commented 5 years ago

I wanted to contribute to the project but it seems not easy.

It would be nice if npm start spawns a simple webserver serving and index.html with the webchat loaded (with a random demo token).

It would be easier to contribute to this project!

FKSI commented 5 years ago

Agree! I used a quick .html file + fork a hello bot on the platform.

mnmajd commented 5 years ago

please can you explain more by steps what to do after cloning the project?

ya332 commented 4 years ago

If you add the script tag <script src="https://cdn.cai.tools.sap/webchat/webchat.js" channelId="<Channel ID>" token="<token ID>" id="cai-webchat" ></script> to the index.html, your bot should appear in your landing page.