© Lawerod Co., Ltd. All rights reserved.

  1. Docs
  2. Platform
  3. Local development
On this page
  • Prerequisites
  • Start backend
  • Start an app
  • Ports
  • Verify

Local development

Run Convex and audience apps on localhost.

Sign in to tell us whether this page was helpful.

On this page

  • Prerequisites
  • Start backend
  • Start an app
  • Ports
  • Verify

Local development

Prerequisites

  • Node 20+
  • Yarn 4 (corepack enable)
  • Convex CLI logged in for packages/convex

Start backend

From the repo root:

yarn convex:dev

Start an app

yarn dev:web
yarn dev:workspace
yarn dev:docs

Each app syncs Convex env into its .env.local on dev start via scripts/sync-convex-env.mjs.

Ports

| App | Port | | --- | --- | | web | 3000 | | workspace | 3001 | | docs | 3002 |

Verify

  • yarn typecheck
  • yarn lint
  • yarn test