ArDrive CLIBuild and Run from Source
Husky (Developers Only)
We use husky 6.x to manage the git commit hooks that help to improve the quality of our commits. Please run:
yarn husky install
to enable git hooks for your local checkout. Without doing so, you risk committing non-compliant code to the repository.
How is this guide?