Skip to content

🎹 Online multiplayer virtual piano with MIDI support

License

Notifications You must be signed in to change notification settings

drahoslove/pianco

Repository files navigation

pianco

🎹 Online multiplayer virtual piano with MIDI support

How to start with docker

Up:

docker-compose up -d 

Go: http://localhost/

How to start without docker

Frontend

# 1. install dependencies
npm install
# 2. run server
npm run start

Backend

# 1. go to backend folder
cd backend
# 2. install dependencies
npm install
# 3. run server
npm run start

About

🎹 Online multiplayer virtual piano with MIDI support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published