Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 336 Bytes

P2Piano

P2Piano is a room based piano app that let's you play music with friends. It supports usb midi devices and streams midi data between clients using WebRTC.

To run the app locally:

  1. ensure you have docker and docker compose
  2. Run docker compose up in the root of this project
  3. Open http://localhost:8345 in your browser