Skip to main content

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.json settings

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


Next: Installation & Setup for more detailed setup instructions.