Build locally
Application
Section titled “Application”Install the root package dependencies, then build the frontend bundle:
npm cinpm run buildFor 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.
Documentation
Section titled “Documentation”The documentation is an independent package:
cd docs-sitenpm cinpm run facts:checknpm run checknpm run buildThere is no root npm workspace. Run documentation checks from docs-site/ and application checks from the repository root.

