Skip to main content

Local docs preview — scoped mode

This repo has 770+ pages. Scoped mode filters down to just the tab you are working on so the dev server starts fast.

Setup (one time)

git clone https://github.com/livepeer/docs.git
cd docs
git checkout docs-v2-dev
bash lpd setup --yes

Check your environment

lpd doctor

See available tabs

lpd dev --scoped --scope-list

Start a scoped preview

lpd dev --scoped --scope-tab Orchestrators
Tab names are fuzzy — Orch works. Multiple tabs: --scope-tab About --scope-tab Solutions. Custom port: add -- --port 3333 at the end.

Not sure what to pick?

lpd dev --scoped --scope-interactive
Setup once, scope to your tab, preview locally in under a minute.
For the full CLI reference, see LPD CLI.
Last modified on April 7, 2026