/runlocal
Executes the local development server script with optional arguments for port and watch mode.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Run the standard local development server script.
/runlocal
/runlocal -- --port 9000 --watch
Executes ./run_local_server.sh from the repository root to start the local backend and any associated services. Any arguments entered after the command—such as -- --port 9000 --watch—are passed directly to the script.