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.
 
 
 
 
TheoryOfNekomata d181818ff7 Update project il y a 2 mois
build Update project il y a 2 mois
resources Update project il y a 2 mois
src Update project il y a 2 mois
.editorconfig Update project il y a 2 mois
.eslintignore Update project il y a 2 mois
.eslintrc.cjs Update project il y a 2 mois
.gitignore Update project il y a 2 mois
.npmrc Update project il y a 2 mois
.prettierignore Update project il y a 2 mois
.prettierrc.yaml Update project il y a 2 mois
README.md Update project il y a 2 mois
dev-app-update.yml Update project il y a 2 mois
electron-builder.yml Update project il y a 2 mois
electron.vite.config.ts Update project il y a 2 mois
package.json Update project il y a 2 mois
pnpm-lock.yaml Update project il y a 2 mois
tsconfig.json Update project il y a 2 mois
tsconfig.node.json Update project il y a 2 mois
tsconfig.web.json Update project il y a 2 mois

README.md

Piano MIDI Monitor

An Electron application with React and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux