ballroom-flow-build-and-env

Set up a Node.js and pnpm environment for a React-based PWA.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/DanielMSchmidt/ballroom-flow --skill ballroom-flow-build-and-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ballroom-flow-build-and-env
Source: https://github.com/DanielMSchmidt/ballroom-flow/tree/main/.claude/skills/ballroom-flow-build-and-env
Command: npx skills add https://github.com/DanielMSchmidt/ballroom-flow --skill ballroom-flow-build-and-env

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires , and includes scripts (resource) components.

What problem does it solve?

This Skill provides instructions and solutions for setting up the Weave Steps environment, diagnosing common issues, and ensuring a smooth development experience.

Core Features & Use Cases

  • Environment Setup: Offers detailed steps to install the required Node.js version and pnpm.
  • Build & Run Commands: Provides verified command tables for building, running, and testing the application.
  • Secrets Management: Explains the handling of secrets in different environments and how to work with them securely.
  • CI Parity: Ensures that the local development environment mirrors the CI pipeline, enabling reliable debugging.

Quick Start

Run 'pnpm install' to set up your Weave Steps development environment.

Frequently Asked Questions about ballroom-flow-build-and-env

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

FAQPage Schema
How do I set up a Node.js development environment for a React PWA using pnpm?

To set up a Node.js development environment for a React PWA, you need to install the required Node.js version and pnpm, then run 'pnpm install' to configure the project dependencies and toolchain.

How do I ensure my local React PWA build matches the CI pipeline?

Achieving CI parity for a React PWA involves configuring your local development environment to mirror the CI pipeline exactly, enabling reliable debugging and consistent build behaviors across different environments.

What is the best way to manage environment variables and secrets in a React PWA?

Managing environment variables and secrets in a React PWA requires handling them securely across different environments, ensuring sensitive data is protected while remaining accessible for local builds and CI workflows.

Why does my pnpm build fail when running tests for a React PWA?

A pnpm build failure during React PWA testing often stems from environment misconfigurations, versioning issues, or dependency mismatches that disrupt the verified build and test commands.

Do I need a specific Node.js version to build a React PWA with pnpm?

Yes, building a React PWA with pnpm requires installing a specific Node.js version to meet the toolchain requirements and ensure the development environment functions correctly.

Can I debug CI pipeline failures locally for a Node.js and React application?

Yes, you can debug CI pipeline failures locally by establishing CI parity, which aligns your local Node.js and React development environment with the continuous integration setup for accurate troubleshooting.