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