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 Type | Source | Notes |
|---|---|---|
| Local env vars | .env file | Do not commit secrets |
| Global configs | @logic-bee/config → globalFlags | Feature toggles |
| Secrets | @logic-bee/config → globalSecrets | Encrypted credentials |
Optional Tools
- MongoDB Compass — visual database browser for navigating documents
- Redis — required for WebSocket scaling in cluster mode