Skip to Content
Documentation
Starter kits
Get Pro
Introduction
Installation

CLI commands

A list of useful commands for working with the Saas UI Next.js starter kit.

Here is a list of useful commands for working with the Saas UI Next.js starter kit.

CommandDescription
pnpm init:envInitialize the environment variables
pnpm dev:webStart the development server
pnpm storybookStart the Storybook server
pnpm build:webBuild the production app
pnpm build:storybookBuild the Storybook for production
pnpm build:tokensBuild the design tokens for autocompletion
pnpm db:pushPush the database schema to the database
pnpm db:generateGenerate database migrations
pnpm db:migrateRun database migrations
pnpm db:seedSeed the database with test data
pnpm db:studioOpen the database studio
pnpm billing:syncSync the billing configuration into the database
clean:packagesClean build artifacts in all packages
format:checkCheck code formatting
format:writeWrite code formatting
lintRun the linter
lint:fixFix linting issues
CLI commands