prefab-dev-build

Installation
SKILL.md

Building and Previewing Renderer/Playground Changes

The One Command

After changing renderer source, Python source, or playground code:

uv run prefab dev build-docs

This is the only command you should use. It orchestrates the full pipeline with smart caching (only rebuilds what changed). Never run raw npm build commands (npm run build:playground, npm run build:renderer) directly — they skip critical steps.

What the Pipeline Does

Installs
1
GitHub Stars
367
First Seen
Apr 30, 2026
prefab-dev-build — prefecthq/prefab