Skip to content

RonnyTite/MHWBG_companion

Repository files navigation

MHWBG Companion

Installation

run npm install

Launch server

npm run serve

Create Android build ( APK )

Exexute from project root, everytime we need to build an APK

  • Sync changes from your Ionic project to the Android part
npx cap sync
  • Build for Android and generate apk
cd android && ./gradlew assembleDebug && cd ..

If the build completes successfully, we'll find the apk at android/app/build/outputs/apk/debug/app-debug.apk

Tools for picking colors

https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors

https://m3.material.io/theme-builder#/custom

https://ionicframework.com/docs/theming/dark-mode

https://dev.to/shaedrizwan/set-your-web-app-to-dark-light-mode-based-on-user-system-settings-5fa6

About

Companion App for MHW board game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published