s-run-dev-servers

Orchestrate local Next.js and Django dev servers with .env setup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-run-dev-servers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s-run-dev-servers
Source: https://github.com/gyarra/cine_medallo_2/tree/main/.claude/skills/s-run-dev-servers
Command: npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-run-dev-servers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the setup and operation of local development servers for frontend and backend projects, especially when using Docker and environmental variables.

Core Features & Use Cases

  • Orchestrates local frontend (Next.js) and backend (Django) dev servers.
  • Bridges environment variables to .env files for Docker-based runs.
  • Provides clear, step-by-step guidance for installation, migrations, and startup.

Quick Start

Install dependencies, create the .env files, run migrations, and start the frontend and backend servers.

Frequently Asked Questions about s-run-dev-servers

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

FAQPage Schema
How do I run local frontend and backend dev servers together?

To run local frontend and backend dev servers together, you need to orchestrate environment setup, install dependencies, generate .env files, and apply database migrations before starting services. This ensures a reproducible local development workflow.

What's the best way to provision .env files for Docker dev servers?

The best way to provision .env files for Docker dev servers is to use an orchestration tool that bridges environment variables into the file system. This step ensures your Docker-based frontend and backend services start reliably with the correct configuration.

Does this workflow support running Next.js and Django dev servers?

Yes, this workflow supports running Next.js and Django dev servers. It is specifically designed to orchestrate local development environments for frontend frameworks like Next.js and backend frameworks like Django simultaneously.

How do I set up a reproducible local development environment with Docker?

To set up a reproducible local development environment with Docker, follow clear step-by-step guidance for installing dependencies, creating .env files, running migrations, and starting servers with built-in safeguards to ensure consistent results across machines.

Why do my local dev servers fail to start after environment setup?

Local dev servers often fail to start after environment setup due to missing .env files, incomplete dependency installation, or skipped database migrations. Coordinating these steps with explicit safeguards ensures services launch reliably without configuration gaps.

When do I need to generate .env files for local development servers?

You need to generate .env files for local development servers when your Docker or local environments require specific environmental variables. Provisioning these files before startup ensures both frontend and backend services connect and configure properly.