Contributing
Development commands
Node 24.18 and Bun 1.3.14 are the supported toolchain.
Run and verify
Generate the database before starting Electron and run the complete validation before publishing changes.
bun install --frozen-lockfile
bun run db:build
bun run start
bun run format:check
bun run lint
bun run test
bun run build