1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-09 09:34:42 -04:00
Files
aprsd/CONTRIBUTING.md
T
2025-01-03 12:29:31 -05:00

510 B

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 git@github.com: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