dev-server

Start, stop, restart, and check status of Fenrir Ledger dev services.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, npm, node, tsx, vite, stripe, and includes scripts (resource) components.

What problem does it solve?

Fenrir Ledger's local development setup requires coordinating multiple services manually. Dev-server provides a single interface to start, stop, restart, status, and tail logs for all dev services, simplifying setup and troubleshooting.

Core Features & Use Cases

  • Centralized control over app, odins-throne-api, odins-throne-ui, proxy, stripe tooling, and supporting scripts.
  • Quick status checks and log tails to diagnose issues during local development.
  • Reproducible environment bootstrapping for team workflows and on-boarding.

Quick Start

Start the full local development environment with a single command.

Frequently Asked Questions about dev-server

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

FAQPage Schema
How do I manage multiple local development services from a single interface?

You can manage multiple local development services through a centralized script interface that orchestrates start, stop, restart, and log tailing across app components, proxy, and Stripe tooling for unified troubleshooting.

How do I start and stop local dev environment services reproducibly?

Start and stop local dev environment services reproducibly by executing scripts that manage environment variables and process controls, ensuring consistent bootstrapping for team workflows and onboarding.

How can I tail logs for multiple local dev services simultaneously?

Tail logs for multiple local dev services by using a unified operational surface that aggregates log streams from the app, API, UI, proxy, and Stripe tooling for quick issue diagnosis.

Do I need kubectl and npm to run local environment orchestration scripts?

Yes, local environment orchestration scripts require kubectl, npm, node, tsx, vite, and stripe dependencies to manage processes, environment variables, and supporting tooling effectively.

What is the best way to coordinate API, UI, and proxy services during local development?

The best way to coordinate API, UI, and proxy services during local development is using a reproducible environment manager that exposes consistent operational commands for status checks and reinitialization.

Why are my local development environment variables inconsistent across services?

Local development environment variables become inconsistent when scripts do not centrally manage them, which is solved by using a unified orchestration interface to expose a consistent operational surface.