Contributing

Development commands

Node 24.18 and Yarn Classic 1.22.22 are the supported toolchain.

Run and verify

Generate the database before starting Electron and run the complete validation before publishing changes.

yarn install --frozen-lockfile
yarn db:build
yarn start

yarn format:check
yarn lint
yarn test
yarn build