Follow installation instructions from the Just Programmer's Manual for your OS.
Add completion for your shell. E.g. for bash:
source <(just --completions bash)
Show all available commands
just # shortcut for just --list
Set up a local development environment with:
just dev_setup
Run the tests with:
just test <args>