lax

last updated: Jun 10, 2024

A minimal Slack clone built with Elixir & Phoenix LiveView

very young, but might be similar to what I was thinking with Elixir chat server

via github front page, a friend starred it.

To setup, using mise; I had not previously installed erlang or elixir on this computer:

mise use elixir mise use erlang mix setup

That ended up with postgres errors. I took a detour to install elixir-ls, then edited config/dev.exs to change postgres to my username.

After that, mix setup worked and I could start the server with mix phx.server

↑ up