deskera-copilot
v1.0.21
Published
https://www.npmjs.com/package/deskera-copilot This app provide chat functionality for deskera AI Bot
Downloads
37
Readme
Getting Started with Deskera Co-Pilot
https://www.npmjs.com/package/deskera-copilot 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 build
this will createdist
folder in root - now
npm login
if not already logged in - hit
npm publish
API
initializeCopilot({ env: 'DEV' | 'STAGE' | 'PROD' })
render deskera copilot chat