Development Environment Setup
Linters & Formatting
just fmt Format go code with go fmt
just check will run the go & typescript linters & static analyzers
Updating Dependencies
just bump_deps Can be used to update both go and js/ts libraries.
Run a local development environment
just dev Run the database, backend and frontend watch commands under zellij.