Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

artifishvr/tbhmobile

Repository files navigation

Warning

Mobile support has been added to the parent project, therefore this repository has been archived and will not recieve potential security updates or bugfixes.

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