Skip to content

Quick Start

  • Docker and VS Code (or JetBrains) with Dev Containers support
  1. Clone the repository.
  2. Open in VS Code and select “Reopen in Container”.
  3. The MOTD lists the available commands.
  4. Run cd frontend && npm run dev for the browser UI.

The dev container starts the full backend stack via docker compose up -d on attach. To restart it inside the container: docker compose --profile trading up -d. The frontend dev server proxies API calls to the gateway at port 5011 (dev container only; production traffic enters via Traefik).

  • 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.

Once signed in, the default workspace looks like this:

Default trader workspace after sign-in

The canonical deployment is a server exposed to the public internet via a secure tunnel. The app lives at https://veta.mnetcs.com/ and the dashboards at https://veta.mnetcs.com/grafana/. To try it locally, follow the overview.