run-frontend

Start the frontend development server using the repository launch script.

2|1|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/is-ivanov/rpm-ddd --skill run-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-frontend
Source: https://github.com/is-ivanov/rpm-ddd/tree/main/.opencode/skills/run-frontend
Command: npx skills add https://github.com/is-ivanov/rpm-ddd --skill run-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly start the frontend development server without manually remembering the required setup steps, environment dependency, or launch script.

Core Features & Use Cases

  • Frontend startup workflow: Runs the project's frontend server using the repository's existing launch script.
  • Environment-aware execution: Checks that the required .env setup exists and points to the configured frontend port.
  • Developer support use case: Useful when a user wants to boot the UI locally, continue frontend development, or execute a /run-frontend command consistently.

Quick Start

Ask the AI to run the frontend skill so the local development server starts in the background using the configured port.

Frequently Asked Questions about run-frontend

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

FAQPage Schema
How do I start the local frontend development server?

The frontend dev server requires a valid infrastructure .env setup with the correct FRONTEND_PORT configured before executing the repository launch script to avoid startup failures.

How do I run the frontend dev server in the background?

The frontend dev server runs in the background using the repository launch script, allowing you to resume frontend development while the AI reports the localhost URL based on your configured FRONTEND_PORT.

Why does the frontend dev server require a specific .env setup?

A valid .env setup is required because the frontend dev server needs the FRONTEND_PORT variable to correctly report the localhost URL and ensure the infrastructure dependencies are met before launching.

What is the best way to resume frontend development locally?

Resuming frontend development is done by running the repository launch script in the background via the frontend startup workflow, which validates the .env setup and returns the localhost URL for immediate UI access.