https://github.com/artifishvr/tbhmobile
tbh for your phone
https://github.com/artifishvr/tbhmobile
android-app capacitor ios-app joke
Last synced: 30 days ago
JSON representation
tbh for your phone
- Host: GitHub
- URL: https://github.com/artifishvr/tbhmobile
- Owner: artifishvr
- License: gpl-3.0
- Archived: true
- Created: 2023-10-28T05:08:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T09:14:25.000Z (about 2 months ago)
- Last Synced: 2025-03-24T03:12:07.962Z (about 1 month ago)
- Topics: android-app, capacitor, ios-app, joke
- Language: Swift
- Homepage:
- Size: 685 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> Mobile support has been added to the [parent project](https://github.com/artifishvr/tbhdesktop), therefore this repository has been archived and will not recieve potential security updates or bugfixes.# tbh mobile
sequel to [artificialbutter/tbhdesktop](https://github.com/artificialbutter/tbhdesktop)## Installation
### Android
1. Download the latest release from the [releases page](https://github.com/artificialbutter/tbhmobile/releases)
2. Install the apk### iOS
1. Download the latest release from the [releases page](https://github.com/artificialbutter/tbhmobile/releases)
2. Install the ipa using [AltStore](https://altstore.io/) or [Sideloady](https://github.com/jt52525/sideloady)
## Building
Base Requirements:
- [Node.js](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/get-npm)```bash
# 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](https://capacitorjs.com/docs/getting-started/environment-setup#android-requirements)Open in android studio with `npx cap open android` and follow instructions for building any android app.
### iOS
[iOS Requirements](https://capacitorjs.com/docs/getting-started/environment-setup#ios-requirements)Open in xcode with `npx cap open ios` and follow instructions for building any ios app.
## Tech Used
- [Capacitor](https://capacitorjs.com)
- [canvas-confetti](https://github.com/catdad/canvas-confetti)
- [vite](https://vitejs.dev)