Skip to content

myme/rtcp

Repository files navigation

rtcp

Exchange stuff between things using WebRTC.

https://rtcp.cc

Development

Run the development server

This runs both the frontend vite and backend Haskell development servers which should reload on changes.

npm run .#dev

Run the frontend

It's possible to run just the frontend development server using npm:

cd frontend
npm start

Run the backend

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