theopenconversationkit / tock-sharepoint

Repository from Github https://github.comtheopenconversationkit/tock-sharepointRepository from Github https://github.comtheopenconversationkit/tock-sharepoint

tock-sharepoint

SharePoint WebPart for TOCK

Summary

It is possible to integrate with one or multiple chatbots within a page, using SharePoint WebParts for Tock. Each bot integration is responsive and adapts to the SharePoint page layout (wide, columns, etc.) and user device (desktop, mobile, landscape...).

Add a new web part

Drag Racing

Configure your bot endpoint

Configuration

Multiple chatbots within a page

Multiple chatbots within a page

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Try to Create your first bot with Tock Studio Tock Studio


Minimal Path to Awesome

  • Clone this repository
  • in the command-line run:
    • Install dependencies

      npm install

    • Start hot reload server

      gulp serve

    • Prepare the web part resources to deploy

      gulp bundle --ship

    • Package solution

      gulp package-solution --ship

    • Deploy generated solution (sharepoint/solution/tock-sharepoint.sppkg) to sharepoint application catalog

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 61.5%Language:SCSS 31.7%Language:JavaScript 6.9%