Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 674 Bytes

Handpaner

Handpaner is a tool for Hang/Handpan players and makers to help them finding scales and chords with musical harmony theory.

Available on https://handpaner.com

Running on Android

Put this in capacitor.config.json with your local network ip (but do not commit this) :

"server": {
  "url": "http://192.168.1.34:3000",
  "cleartext": true
},

npx cap copy android npm run android npm run dev

Publishing on Android PlayStore

App name is in strings.xml

Beware android SDK version in variables.gradle https://apilevels.com/#fn:1

  • increment versionCode and versionName in android/app/build.gradle
  • npx nuxt generate
  • npx cap copy android