- # Piano MIDI Monitor
-
- Display notes and pedaling from your MIDI inputs.
-
- ![Windows Screenshot](./docs/screenshots/screenshot-00.png)
-
- ## Project Setup
-
- ### Install
-
- ```bash
- $ pnpm install
- ```
-
- ### Development
-
- ```bash
- $ pnpm dev
- ```
-
- ### Build
-
- ```bash
- # For windows
- $ pnpm build:win
-
- # For macOS
- $ pnpm build:mac
-
- # For Linux
- $ pnpm build:linux
- ```
|