This is an example Sharepoint extension to add Kindly Chat to Sharepoint. The approach is based on a migration path for legacy sharepoint scripts.
Use this code as a basis for your own Sharepoint installation. To deploy you first need update your bot key in src/extensions/kindlyChatExtension/KindlyChatExtensionApplicationCustomizer.ts
. Locate your bot key on app.kindly.ai under Connect -> Publish -> Kindly Chat.
nvm use
npm i -g gulp-cli
npm install
gulp serve
See step three and four in the getting started guide for detailed steps.
Using localhost to test:
gulp bundle
gulp package-solution
Using CDN:
gulp bundle --ship
gulp package-solution --ship
Upload the .sppkg
file under sharepoint/solution
to your App catalog in your Sharepoint Admin interface.