Skip to content

Build locally

Install the root package dependencies, then build the frontend bundle:

Terminal window
npm ci
npm run build

For Tauri development, use npm run app:dev. A distributable application build uses npm run app:build; it needs the local runtime and platform build prerequisites described by the repository scripts.

The documentation is an independent package:

Terminal window
cd docs-site
npm ci
npm run facts:check
npm run check
npm run build

There is no root npm workspace. Run documentation checks from docs-site/ and application checks from the repository root.