# pianco **Repository Path**: noctua/pianco ## Basic Information - **Project Name**: pianco - **Description**: Forked from: https://github.com/drahoslove/pianco - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-25 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```