Introduction
App introduction goes here …
Project Setup
Erlang & Elixir
Erlang 25.0.1
Elixir 1.13.4
Recommended version manager.
Development
Install Elixir dependencies:
mix deps.getRun all tests:
mix testRun all lint:
mix codebaseFix all lint:
mix codebase.fixTest coverage:
mix coverage
CI/CD
The project relies entirely on Github Actions for CI/CD via multiple workflows located under the .github/workflows/ directory.
Please check out the .github/workflows/README.md file for further instructions.