Skip to content

artifishvr/tbhmobile

Repository files navigation

tbh mobile

sequel to artificialbutter/tbhdesktop

Installation

Android

  1. Download the latest release from the releases page
  2. Install the apk

iOS

  1. Download the latest release from the releases page
  2. Install the ipa using AltStore or Sideloady

Building

Base Requirements:

# install dependencies
npm install
# build vite assets
npm run build
# copy assets to capacitor
npx cap copy
# continue with platform specific instructions

Android

Android Requirements

Open in android studio with npx cap open android and follow instructions for building any android app.

iOS

iOS Requirements

Open in xcode with npx cap open ios and follow instructions for building any ios app.

Tech Used