Contributing to WarMAC

WarMAC uses uv for its development. Please use the provided uv.lock file when building.
To obtain the source code, you can either download the latest version from Releases, or by cloning the repository using git with the following command:
$ git clone https://github.com/Eutropios/WarMAC.git ./some/directory
WarMAC can then be built by navigating to the directory you cloned WarMAC into, and running the uv build and uv install commands.