Soon.
Environment Setup TBD
This repo uses npm
and node
to install and execute top level, repo-wide, tooling. So first, you should run npm i
at the root to install those dependencies. This will set up git hooks that will help ensure you're following some of the
guidelines outlined in this document:
- All Erlang files are formatted using
erlfmt
- All Commit Messages follow our Conventional Commits Config
- All Markdown files should contain a Table of Contents
Once you've install the top level tooling, each of these conventions are enforced, via git a commit hook, automatically.