Simple monitor for displaying MIDI status for digital pianos.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 289 B

il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
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. ```