0.1.6 • Published 11 months 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 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