dev

Launch and manage a merjs development server with hot reload.

354|17|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/justrach/merjs --skill dev-justrach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/justrach/merjs/tree/main/.claude/skills/dev
Command: npx skills add https://github.com/justrach/merjs --skill dev-justrach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers working with merjs need a reliable, repeatable way to start a development server with hot reload, route regeneration, and configurable ports to accelerate local development.

Core Features & Use Cases

  • Regenerate routes after code changes to keep the app routing in sync.
  • Build and run the dev server with hot reload on a configurable port.
  • Run the server in the background and verify it is listening, enabling rapid testing during development.

Quick Start

Start the dev server on port 3000 with hot reload using the built merjs binary.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I start a development server for merjs with hot reload?

To start a development server with hot reload for merjs, launch the built merjs binary, which automatically runs the server on port 3000 and watches for code changes to accelerate local development.

Can I customize the port or disable hot reload for my merjs dev server?

Yes, you can customize the merjs dev server by passing optional flags for port customization, disabling hot reload, and enabling prerendering to suit your specific local development workflow.

Do I need the Zig build toolchain to run a merjs development server?

Yes, running the merjs development server requires the Zig build toolchain and the built merjs binary to handle route generation, building, and active testing during coding.

How does route generation work during merjs local development?

Route generation during merjs local development automatically regenerates routes after code changes, keeping your app routing in sync while the hot reload server runs in the background.

What is the best way to verify my merjs dev server is listening?

The best way to verify your merjs dev server is listening is to run it in the background using the built binary, allowing you to perform rapid testing during active development.