0.1.6 • Published 1 year ago
deskera-copilot-ui v0.1.6
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 inindex.tsx - Update semantic version as per updates
- run
npm run buildthis will createdistfolder in root - now
npm loginif not already logged in - hit
npm publish
API
initializeCopilot({ env: 'DEV' | 'STAGE' | 'PROD' }) render deskera copilot chat