Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 510 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 510 Bytes

CONTRIBUTING

Code contributions are welcomed and appreciated. Just submit a PR!

The current build environment uses pre-commit, and uv.

Environment setup:

pip install uv
uv venv
uv pip install pip-tools
git clone [email protected]:craigerl/aprsd.git
cd aprsd
pre-commit install

# Optionally run the pre-commit scripts at any time
pre-commit run --all-files

Running and testing:

From the aprstastic directory:

cd aprsd
uv pip install -e .

# Running
uv run aprsd