- Install asdf
- Install the asdf Elixir and Erlang plugins
# Read the docs for these plugins
# To ensure you have the correct dependencies installed first
asdf plugin add elixir # https://github.com/asdf-vm/asdf-elixir
asdf plugin add erlang # https://github.com/asdf-vm/asdf-erlang
- Run
asdf install
to install the versions of Elixir and Erlang specified in the .tool-versions file
mix test
mix format
mix format