Skip to content
Kyriakos Kentzoglanakis edited this page Mar 3, 2023 · 2 revisions

The project uses asdf to manage the following dev dependencies:

  • elixir
  • erlang
  • nodejs (for npm)

Run asdf install in the project directory in order to download and install the dependencies.

Tests can be executed by running: mix test.

The dev server can be started by running: mix dev.

Clone this wiki locally