Skip to content

Gaurav60419430/music-education-interface-ionic

 
 

Repository files navigation

MUSIC EDUCATION INTERFACE

Description

MUSIC EDUCATION INTERFACE is an open-source application released under the Affero GPLv3 license. The current app is designed for helping students learning the trumpet.

Documentation

The documentation is available in the documentation folder, and it is autmatically generated by the compodoc tool. run npm run compodoc to generate the documentation.

build with:

ionic capacitor build ios --prod or ionic capacitor build android --prod

important

When archiving the app in order to release it on ios, patch the file

ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh

line 44:

- source="$(readlink "${source}")"
+ source="$(readlink -f "${source}")"

update versions

in file ios/App/App.xcodeproj/project.pbxproj change CURRENT_PROJECT_VERSION and MARKETING_VERSION in file android/app/build.gradle change versionCode and versionName

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.4%
  • HTML 28.6%
  • SCSS 12.5%
  • Swift 1.6%
  • JavaScript 1.4%
  • Ruby 0.8%
  • Java 0.7%