Local development
Run Convex and audience apps on localhost.
corepack enable)packages/convexFrom the repo root:
yarn convex:dev
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.
| App | Port | | --- | --- | | web | 3000 | | workspace | 3001 | | docs | 3002 |
yarn typecheckyarn lintyarn test