Skip to content

kindly-ai/sharepoint-extension-udi

 
 

Repository files navigation

kindly-chat-extension

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.

Install

nvm use
npm i -g gulp-cli
npm install
gulp serve

Deployment

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.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.7%
  • JavaScript 16.3%