Install: winget install Casey.Just β then run from the repo root.
Daily workflow
just ship "message" β commit + push + sync VPS just sync β force-sync VPS (no commit) just sync-web β HTML/JS/CSS only (fast) just deploy "msg" β push only, wait for CI
Status & monitoring
just status β git + CI + API health just ci β recent CI deploy runs just ping β is the site alive? just logs β tail live server logs
Server & database
just server β SSH into VPS just restart β restart relay (instant) just db β SQLite shell on live DB just sql "SELECTβ¦" β run query on live DB
Rust & desktop
just check β catch Rust errors fast just build β build relay binary just dev-desktop β run Tauri app (dev) just build-desktop β build .exe installer
Shortcuts
just tasks β list tasks from API just loc β lines of code breakdown just grep "pattern"β search all JS/RS/HTML just open β open site in browser