Skip to content

kindly-ai/sharepoint-extension-gk

 
 

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

Special extension for Gjøvik Kommune

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.7%
  • JavaScript 16.3%