Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 372 Bytes

DEVELOPERS.md

File metadata and controls

23 lines (15 loc) · 372 Bytes

Notes for developers

System requirements

just

# macOS
brew install just

# Linux
# Install from https://github.com/casey/just/releases

# Add completion for your shell. E.g. for bash:
source <(just --completions bash)

# Show all available commands
just #  shortcut for just --list

Build instructions

Run just build to build the Docker image.