You will either have to install Erlang AND Elixir on your machine or have asdf on your local machine.
- Install elixir/erlang using
asdf
Information to install asdf can be found here
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir
asdf install
-
Or install Erlang and Elixir on your machine.
-
Install docker and docker-compose from their sources.
For running the livebook just run:
docker-compose up
Navigate into the respective livebook file for seeing the solution 🚀
- Alberto Revuelta Arribas - initial work kamigari
- This project is licensed under the License - see the LICENSE.md file for details.