Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drahoslove/pianco

🎹 Online multiplayer virtual piano with MIDI support
https://github.com/drahoslove/pianco

midi piano

Last synced: 3 months ago
JSON representation

🎹 Online multiplayer virtual piano with MIDI support

Awesome Lists containing this project

README

        

# pianco
## https://pian.co

🎹 Online multiplayer virtual piano with MIDI support

![](https://raw.githubusercontent.com/drahoslove/pianco/assets/screenshot-n-1.png)
![](https://raw.githubusercontent.com/drahoslove/pianco/assets/screenshot-c-1.png)

# How to start with docker

Up:
```bash
docker-compose up -d
```

Go: http://localhost/

# How to start without docker

## Frontend

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

## Backend

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