Skip to main content

Start Everything

pnpm dev
This will start both the API and Frontend simultaneously.

Start Separately

pnpm dev:api
pnpm dev:web

Build all

pnpm build

Lint all

pnpm lint