Commands Reference
Key commands for the HeadlessX workspace.
by @saifyxpro
HeadlessX workspace
| Command | Purpose |
|---|---|
pnpm dev | start API, worker, dashboard, markdown service, and yt-engine |
pnpm build | build the workspace |
pnpm db:push | push Prisma schema changes |
pnpm camoufox:fetch | download Camoufox runtime assets |
pnpm markdown:dev | run the Go markdown service |
pnpm yt-engine:dev | run the Python YouTube engine |
pnpm knip | find unused files, exports, and dependencies |
Useful targeted commands
Nx
| Command | Purpose |
|---|---|
pnpm exec nx run headlessx-pro:dev | root dev orchestration |
pnpm exec nx run-many -t build | build all Nx projects |
pnpm exec nx run headlessx-api:db:push | run Prisma push through Nx |
mise
| Command | Purpose |
|---|---|
mise run dev | run the full local stack through mise.toml |
mise run build | build all apps |
mise run lint | run Biome checks |
mise run knip | run Knip through mise |
Docker
Related Docs
Next Steps
Was this page helpful?