Contributor Getting Started
This section is for engineers and collaborators who need local setup guidance plus the project rules for shipping changes safely.
First stepsโ
- Clone the repository.
- Verify the app build path with
clickable desktop. - Review the technical docs to understand the QML, JavaScript, and Python split.
- Review the PR guidance before opening changes.
Working on the docs siteโ
The docs site is now part of the repository:
cd website
npm install
npm run start
Contribution expectationsโ
Contributors should update documentation when changes are:
- user-visible
- architecture-visible
- setup-related
- release-impacting