Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 464 Bytes

DEVELOPERS.md

File metadata and controls

34 lines (23 loc) · 464 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

Local development environment

Set up a local development environment with:

just dev_setup

Tests

Run the tests with:

just test <args>