| name | run-frontend |
| description | Start the frontend dev server. Use when user wants to start the frontend or mentions /run-frontend command. |
Run Frontend Dev Server
Prerequisite
Ensure .env file exists. If not, run setup first:
infrastructure/scripts/setup-ports.sh
Action
Run the frontend script in background:
infrastructure/scripts/run-frontend.sh
Use run_in_background: true so the dev server keeps running.
The script loads port configuration from infrastructure/.env and starts the frontend on the configured port.
Output
Report startup status. Dev server runs at http://localhost:{FRONTEND_PORT} (from .env)
Stop with Ctrl+C or kill the background process.