0.1.6 • Published 11 months ago

deskera-copilot-ui v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Getting Started with Deskera Co-Pilot

This app provide chat functionality for deskera AI Bot

To Start development

  • Go to index.tsx
  • Uncomment initializeCopilot({ env: 'DEV' }); this line
  • then hit npm start

To Build this application a package

  • Make sure to comment initializeCopilot({ env: 'DEV' }); this line in index.tsx
  • Update semantic version as per updates
  • run npm run build this will create dist folder in root
  • now npm login if not already logged in
  • hit npm publish

API

initializeCopilot({ env: 'DEV' | 'STAGE' | 'PROD' }) render deskera copilot chat