chore: add a justfile with common dev commands
Send files across every device — fast, private, offline-capable
Brought to you by:
cakr4
Originally created by: Caqil
Add a justfile (or Makefile) with the everyday commands so new contributors don't have to hunt them down:
just get → flutter pub getjust gen → dart run build_runner build --delete-conflicting-outputsjust run → flutter runjust test → flutter testjust check → flutter analyze + dart run tool/check_translations.dartThen mention it in CONTRIBUTING/README. Nice, self-contained first PR.