@stepbook/dashboard
v0.2.0
Published
stepbook dashboard — React + Vite UI for inspecting pipeline runs.
Readme
@stepbook/dashboard
The inspector UI for stepbook — a React + Vite app that shows your pipeline as a tree, the selected step's output in the canvas, and checks in a drawer.
You normally don't install this directly. @stepbook/cli ships it and launches it for you:
stepbook dashboard # serves the UI against the current project
stepbook dashboard -p 7000 # pick a specific portIt runs on http://127.0.0.1:6125 by default. The CLI spawns Vite against this package so step-file edits hot-reload while the dashboard is open.
