run-configurator

Launch the INAV Configurator Electron app in development mode with hot-reload.

4|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/sensei-hacker/inav-claude --skill run-configurator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-configurator
Source: https://github.com/sensei-hacker/inav-claude/tree/main/.claude/skills/run-configurator
Command: npx skills add https://github.com/sensei-hacker/inav-claude --skill run-configurator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies and standardizes the process of launching the INAV Configurator in development mode, enabling developers to quickly test UI changes with hot-reload capabilities.

Core Features & Use Cases

  • Development Mode Launch: Start the Electron application with debugging features and hot-reload enabled.
  • Background Execution: Run the configurator in the background, allowing continued terminal work.
  • Troubleshooting Guidance: Provides solutions for common issues like dependency failures or port conflicts.
  • Use Case: A developer has made changes to the INAV Configurator's user interface and wants to immediately see and interact with those changes without going through a full build and packaging process.

Quick Start

Run the INAV Configurator in development mode.

Frequently Asked Questions about run-configurator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch INAV Configurator in development mode for testing UI changes?

Launch INAV Configurator in development mode by running the npm start script with NODE_ENV=development in the inav-configurator directory. This boots the Electron app with hot-reload enabled, allowing you to test and iterate on UI changes immediately without rebuilding.

Does INAV Configurator support hot-reload during development?

Yes, INAV Configurator supports hot-reload when launched in development mode. Running with NODE_ENV=development enables automatic reloading of UI changes, letting you see modifications in real time without restarting the application.

Can I run INAV Configurator in the background while continuing terminal work?

Yes, you can run INAV Configurator in the background during development. This allows you to keep using your terminal for other tasks while the Electron app runs separately with debugging features and console logging active.

What are the prerequisites for launching INAV Configurator in development?

You need a Node.js environment, the inav-configurator directory, and the npm start script configured for NODE_ENV=development. These enable the Electron app to boot with development features, hot-reload, and console logging for testing and diagnostics.

How do I troubleshoot common issues when starting INAV Configurator in dev mode?

Development mode launch provides built-in troubleshooting for dependency failures and port conflicts through console logging. Check the output for specific errors and resolve environmental issues before retrying the NODE_ENV=development startup.