Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
hacking: Update docs with 'just' commands
✗ CI failure Adrian Duke committed 29 days ago
commit 090ef6028df73298a2306e774cec44e7282b166f
parent 2528ac20035a83891582f23a4817ff847f4e1f36
1 failed (1 total) View logs
1 file changed +10 -0
modified HACKING.md
@@ -29,6 +29,16 @@ The repository is structured in *crates*, as follows:
* `radicle-term`: A generic terminal library used by the Radicle CLI.
* `radicle-tools`: Tools used to aid in the development of Radicle.

+
## Task runner
+

+
We use [`just`](https://just.systems/) to manage project tasks such as linting, formatting, and installing git hooks. To see a list of all available commands, run:
+

+
    $ just
+

+
If you are not using Nix, it is highly recommended to install the git hooks to automatically run checks before committing and pushing:
+

+
    $ just install-hooks
+

## Running in debug mode

To run the services or the CLI in debug mode, use `cargo run -p <package>`.