Skip to content

Getting started

Evo Titan is a pnpm monorepo containing the web app, the documentation site, the desktop app and the mobile app.

  • Node 24.18.1 (see .nvmrc)
  • pnpm 11.21.0
Terminal window
pnpm install
Terminal window
pnpm dev

Turborepo runs each workspace’s dev task. Run a single workspace with a filter:

Terminal window
pnpm --filter @evotitan/web dev