Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drahoslove/pianco
- Owner: drahoslove
- License: mit
- Created: 2020-04-18T16:25:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T21:28:53.000Z (6 months ago)
- Last Synced: 2024-07-20T02:23:13.405Z (6 months ago)
- Topics: midi, piano
- Language: JavaScript
- Homepage: https://pian.co
- Size: 23.3 MB
- Stars: 30
- Watchers: 4
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```