Skip to content

Development

Augusto Brito edited this page Aug 1, 2026 · 2 revisions

Development

swift build --package-path apps/menubar
swift test  --package-path apps/menubar
pnpm install && pnpm test:www

docs/development.md for the full guide and the release process docs/architecture.md · docs/adding-a-provider.md

Golden rule: never guess vendor API payload shapes — fetch the live payload and encode it in tests.

Clone this wiki locally