run

Launch the MC-ORG web application locally with configurable environment and debugging options.

Updated Jun 26, 2022
One-click install
npx skills add https://github.com/evengul/mc-org --skill run-evengul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/evengul/mc-org/tree/main/.claude/skills/run
Command: npx skills add https://github.com/evengul/mc-org --skill run-evengul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to easily start the MC-ORG application locally, streamlining the development and testing process.

Core Features & Use Cases

  • Local Application Startup: Initiate the MC-ORG web application with a single command.
  • Environment Configuration: Supports starting the application with different environment configurations (e.g., local, microsoft, test).
  • Debugging Support: Enables starting the application in debug mode, attaching a remote debugger.
  • Use Case: A developer needs to quickly test a new feature. They can use this Skill to start the application in debug mode, attach their IDE, and begin testing immediately.

Quick Start

Use the run skill to start the application with the default local environment.

Frequently Asked Questions about run

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

FAQPage Schema
How do I start the MC-ORG web application locally?

You can start the MC-ORG application locally by executing the shell script provided in this Skill, which initiates the web server with a default local environment configuration for development testing.

Can I configure the startup environment when launching the application?

Yes, you can pass command-line arguments to the script to specify different environment configurations like local, microsoft, or test when starting the MC-ORG application locally.

Does this run script support remote debugging?

Yes, the script supports remote debugging by accepting command-line arguments that enable debug mode and control debugger suspension, allowing you to attach an IDE to the local process.

How do I enable debug mode and control debugger suspension for the application?

You can enable debug mode and control debugger suspension by passing specific command-line arguments to the run script, configuring how the remote debugger attaches to the local application.

What is the best way to test a new feature in the MC-ORG application?

The best way to test a new feature is to use this run Skill to start the MC-ORG application in debug mode, attach your IDE, and begin testing immediately with your chosen environment configuration.