Commands Reference

Key commands for the HeadlessX workspace.

by @saifyxpro

HeadlessX workspace


CommandPurpose
pnpm devstart API, worker, dashboard, markdown service, and yt-engine
pnpm buildbuild the workspace
pnpm db:pushpush Prisma schema changes
pnpm camoufox:fetchdownload Camoufox runtime assets
pnpm markdown:devrun the Go markdown service
pnpm yt-engine:devrun the Python YouTube engine
pnpm knipfind unused files, exports, and dependencies

Useful targeted commands


Nx


CommandPurpose
pnpm exec nx run headlessx-pro:devroot dev orchestration
pnpm exec nx run-many -t buildbuild all Nx projects
pnpm exec nx run headlessx-api:db:pushrun Prisma push through Nx

mise


CommandPurpose
mise run devrun the full local stack through mise.toml
mise run buildbuild all apps
mise run lintrun Biome checks
mise run kniprun Knip through mise

Docker


Related Docs

Next Steps