Simple monitor for displaying MIDI status for digital pianos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 289 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930
  1. # Piano MIDI Monitor
  2. An Electron application with React and TypeScript
  3. ## Project Setup
  4. ### Install
  5. ```bash
  6. $ pnpm install
  7. ```
  8. ### Development
  9. ```bash
  10. $ pnpm dev
  11. ```
  12. ### Build
  13. ```bash
  14. # For windows
  15. $ pnpm build:win
  16. # For macOS
  17. $ pnpm build:mac
  18. # For Linux
  19. $ pnpm build:linux
  20. ```