generate-readme-screenshots
Generate README Screenshots
Purpose
The README screenshots in docs/img/*.webp are not manually captured — they are
deterministically generated from Storybook stories defined in
src/browser/stories/App.readmeScreenshots.stories.tsx. When any of these stories
change visually (detected by Chromatic or local inspection), the corresponding WebP
assets must be regenerated and committed.
Quick Reference
# 1. Build Storybook
make storybook-build
# 2. Serve the static build (keep running in background)
python3 -m http.server 6006 -d storybook-static &
More from coder/mux
deep-review
Sub-agent powered code reviews spanning correctness, tests, consistency, and fit
89react-effects
Guidelines for when to use (and avoid) useEffect in React components
63dev-server-sandbox
Run multiple isolated mux dev-server instances (temp MUX_ROOT + free ports)
30mobile-dev-server-sandbox
Connects Mux mobile (Expo web/native) to an isolated dev-server sandbox with deterministic port setup, backend pairing, and Chrome MCP interaction. Use when implementing or validating mobile features against a sandboxed Mux backend.
29dev-desktop-sandbox
Run isolated mux desktop (Electron) instances (temp MUX_ROOT + free ports)
28tbench
Terminal-Bench integration for Mux agent benchmarking and failure analysis
27