Run Frontend Dev Server

SkillDev tools

Start the frontend dev server. Use when user wants to start the frontend or mentions /run-frontend command.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Run Frontend Dev Server skill

What this skill tells your AI

The instructions your AI receives, as published by rakovi4/continue-framework in .claude/skills/run-frontend/SKILL.md and read by ahel’s review.

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

Start the dev server as a persistent, pollable command so it keeps running after the startup check. Retain its session identifier.

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.

Signals

GitHub stars
51
Forks
14
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
run-frontend
Source
github.com/rakovi4/continue-framework