git clone https://github.com/nulljosh/talli.git
cd talli
npm install
npm run dev
npm test
- Keep the diff scoped to what you're fixing or adding — no drive-by refactors.
- Match the existing code style in the file you're touching.
- Open a PR with a short description of the why, not just the what.
Open a GitHub issue with steps to reproduce — the smaller the repro, the faster it gets fixed.