Install & first run
هذا المحتوى غير متوفر بلغتك بعد.
This page covers the local/hosted server path. For the deck box, build the desktop app instead (see Choose your deployment).
Prerequisites
Section titled “Prerequisites”- Python (managed with uv) for the backend.
- Node + pnpm for the web app (the repo is a pnpm workspace).
Run both servers (development)
Section titled “Run both servers (development)”From the repo root:
pnpm install # installs the whole workspace, first time onlypnpm run dev # boots backend + frontend togetherThen open the app in your browser. Need sample data? Seed a demo meet and an
admin / changeme dev user:
pnpm run seedCreate a real admin account
Section titled “Create a real admin account”Accounts are created with the user-admin CLI:
pnpm run user-adminThe first administrator can then invite everyone else from the app — see Accounts & access.
Configure before going live
Section titled “Configure before going live”At minimum set the auth secret, the database, and (if you want invite emails) SMTP — see Configuration and Email setup.