Webchat icon indicating copy to clipboard operation
Webchat copied to clipboard

Be able to run the project locally

Open Kerumen opened this issue 7 years ago • 3 comments

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!

Kerumen avatar Oct 17 '18 18:10 Kerumen

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

FKSI avatar Nov 05 '18 11:11 FKSI

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

mnmajd avatar Apr 03 '19 23:04 mnmajd

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.

ya332 avatar Dec 16 '19 15:12 ya332