Exchange stuff between things using WebRTC.
This runs both the frontend vite and backend Haskell development servers
which should reload on changes.
npm run .#devIt's possible to run just the frontend development server using npm:
cd frontend
npm startIt's possible to run just the backend server using ghcid:
cd server
# First time only
hpack
cabal build
# Run a reloading server
ghcid -r