Quick Start Guide
Get up and running with Qirvo plugin development in just a few minutes! This guide will walk you through creating your first plugin and deploying it to the Qirvo platform.
Troubleshooting
Common Issues
Build Errors
- Ensure TypeScript is properly configured
- Check that all dependencies are installed
- Verify your
tsconfig.jsonsettings
Upload Failures
- Check manifest.json syntax
- Ensure all required fields are present
- Verify file permissions and structure
Runtime Errors
- Check browser console for error messages
- Verify plugin permissions in manifest
- Test with minimal functionality first
Getting Help
- Documentation: Browse the full documentation
- Examples: Check out example plugins
- Support: Email support@qirvo.ai
- Community: GutHub Discussions
Next: Installation & Setup for more detailed setup instructions.