Lower the barrier for first-time contributors with a copy-pasteable "get it running in 3 commands" block at the top of CONTRIBUTING.md (install Node + Rust, npm install, npm run tauri dev), plus the headless checks (npm run check, cargo check).
Acceptance: a new contributor can go from clone → running dev app by following the block verbatim on Windows.
Good first issue because: docs-only; great way to learn the project by getting it running and documenting any gaps you hit.
Lower the barrier for first-time contributors with a copy-pasteable "get it running in 3 commands" block at the top of
CONTRIBUTING.md(install Node + Rust,npm install,npm run tauri dev), plus the headless checks (npm run check,cargo check).Acceptance: a new contributor can go from clone → running dev app by following the block verbatim on Windows.
Good first issue because: docs-only; great way to learn the project by getting it running and documenting any gaps you hit.