Quick Start
Prerequisites
Section titled “Prerequisites”- Docker and VS Code (or JetBrains) with Dev Containers support
- OR Deno 2.7+, Node 24+, and PostgreSQL 16+
Dev Container (recommended)
Section titled “Dev Container (recommended)”- Clone the repository
- Open in VS Code → “Reopen in Container”
- The MOTD will show available commands
- Run
cd frontend && npm run devfor the browser UI
Manual setup
Section titled “Manual setup”# Backend services (managed by supervisord)supervisorctl start all
# Frontend dev servercd frontend && npm run dev
# Electron desktop appcd frontend && npm run electron:devDefault credentials
Section titled “Default credentials”- Username:
alice(or any persona from the Demo Personas page) - Passcode:
veta-dev-passcode
The login page has a “Demo personas” panel — click any card to sign in with one click.
Live demo
Section titled “Live demo”The platform is deployed at veta-trading.fly.dev. Note: this may be transiently offline as the project matures.