Skip to content

mbazhlekova/elixir_workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir workshop

Setup

Ensure you have Elixir and Erlang installed. I recommend using asdf to manage multiple Elixir/Erlang versions. To setup asdf, follow the setup instructions on the documentation

Make sure you install the elixir and erlang plugins for asdf:

asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git

Once you have asdf installed and ready to go, setup the project with the following:

  1. Fork the repo

  2. Clone the repo

git clone git@github.com:<your-handle>/elixir_workshop.git
  1. Change your directory to the workshop
cd elixir_workshop
  1. Install Elixir and Erlang
asdf install

asdf install will use the .tool-versions file in this repo to install a version of Elixir compatible with this project. Note this may take some time. Go get yourself some coffee while erlang is compiling ☕️.

Running tests

mix test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%