MelvilQ / noten-lernen

Learn to read sheet music
MIT License
45 stars 28 forks source link
abcjs cordova learning music music-notation pwa vue

noten-lernen

Learn to read sheet music.

Get it on Google Play

Get it on IzzyOnDroid

Demo

You can see the current status of the app on Netlify:

Screenshots

Technologies

Development Setup

Web App

  1. Install node.js if you don't already have it
  2. Clone the repo
  3. Run npm i in the command line to install the dependencies
  4. Start the dev server with the command npm start

Android App

  1. To run the app locally on Android, make sure you have Cordova and Android Developer Tools installed
  2. cd cordova followed by npm i to install the Cordova dependencies
  3. Connect your Android device and run npm run mobile
  4. Release build: npm run build in the cordova directory (only possible with keystore)