sequel to artificialbutter/tbhdesktop
- Download the latest release from the releases page
- Install the apk
- Download the latest release from the releases page
- Install the ipa using AltStore or Sideloady
Base Requirements:
# install dependencies
npm install
# build vite assets
npm run build
# copy assets to capacitor
npx cap copy
# continue with platform specific instructions
Open in android studio with npx cap open android
and follow instructions for building any android app.
Open in xcode with npx cap open ios
and follow instructions for building any ios app.