Do stuff with the most common chat messages.
Right now it just prints to the standard output.
-
You need the ENV vars found in
config/runtime.exs -
Edit
lib/message_collector.exmodule'shandle_most_common/1function to do whatever.
Start the application with mix
mix run --no-halt
Starting with Docker
docker composer up
Starting with the Elixir interactive shell
iex -S mix
Start neovim with
nvim . --listen /tmp/nvim-server
See: