# Just setup

This repository uses `just` to expose self-documented workflows.


# What is Just?

Just is a command runner similar to `make`, with a simpler syntax.

Official site: - https://just.systems

Installation instructions: - https://just.systems/man/en/chapter_4.html

Install options: - macOS (Homebrew): `brew install just` - Linux (Cargo): `cargo install just` - Windows (Chocolatey): `choco install just` - Windows (Scoop): `scoop install just`


# Quick start

From the repository root:

``` shell
just --list
```


# Key recipes

- `just pixi-tasks`
- `just test`
- `just build`
- `just examples`
- `just run <task>`
