A demonstration of a Phoenix LiveView / live_svelte application that allows multiple users to draw together on virtual notepads.
The companion repository to a YouTube video:
To start your Phoenix server:
mix setup
to install and setup dependenciesmix phx.server
or inside IEx with iex -S mix phx.server
Now you can visit localhost:4000
from your browser.
If everything is set up correctly, you should be able to create a new pad and start drawing!