Skip to main content

Installation

Prerequisites

Quick Start

pnpm i
pnpm dev

Starts on localhost:3010 (HTTP) and :31225 (WebSocket).

warning

If there's no pnpm-lock.yaml, ask a colleague for the lockfile before running install.

Environment Configuration

You need a .env file with database credentials and secrets. Request one from your team.

Config TypeSourceNotes
Local env vars.env fileDo not commit secrets
Global configs@logic-bee/configglobalFlagsFeature toggles
Secrets@logic-bee/configglobalSecretsEncrypted credentials

Optional Tools

  • MongoDB Compass — visual database browser for navigating documents
  • Redis — required for WebSocket scaling in cluster mode