Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 334 Bytes

File metadata and controls

23 lines (16 loc) · 334 Bytes

Contributing

Contributions are welcome.

Development

npm install
npm run tauri dev

Checks

Run these before opening a pull request:

npm run build
cd src-tauri
cargo fmt --check
cargo test

Keep changes focused, readable, and covered by tests when they touch storage, migrations, or graph behavior.