Skip to main content
The following commands handle everything from starting development servers and running tests to building production assets and linting.

Core Commands

These are the most frequently used commands for daily development.
CommandDescription
bun devStarts all applications in development mode with hot-reloading
bun dev:uiStarts the dev server with Turbo’s experimental UI dashboard
bun buildBuilds all packages and apps for production
bun cleanRemoves node_modules and dist folders for a clean slate

Testing & Quality

Ensure your code meets quality standards before submitting contributions.
CommandDescription
bun testRuns all unit tests across the monorepo
bun test:covRuns unit tests and generates a coverage report
bun test:e2eRuns end-to-end tests using Playwright
bun lintChecks code for linting and formatting errors
bun lint:fixAutomatically fixes linting and formatting errors

Components

Utilities for working with the UI library and design system.
CommandDescription
bun storybookLaunches the Storybook component explorer
bun ui:addAdds a new shadcn/ui component to the kit package