https://github.com/343max/komondor-mastodon
https://github.com/343max/komondor-mastodon
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/343max/komondor-mastodon
- Owner: 343max
- License: mit
- Created: 2022-11-07T13:28:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T09:47:05.000Z (over 3 years ago)
- Last Synced: 2025-01-06T15:03:11.705Z (about 1 year ago)
- Language: TypeScript
- Size: 2.06 MB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Komondor
a Very Alpha Mastodon Client for iOS and Android
# Download
- [iOS](https://testflight.apple.com/join/2F0rpOWu)
- [Android](https://play.google.com/store/apps/details?id=app.komondor.mastodon)
# Development Setup
Make sure you have node and npm installed:
```sh
brew install node
```
Checkout the repo
```sh
git clone https://github.com/343max/komondor-mastodon.git
```
Install dependencies
```sh
npm install
```
Start the development server
```sh
npm start
```
No you should see a QR code
Install the Expo Go app for [iOS](https://github.com/343max/komondor-mastodon.git) or [Android](https://play.google.com/store/apps/details?id=host.exp.exponent).
When done point your cameras phone at the QR code to open the project in Expo Go.
If you want to run the app inside the Simulator/Emulator you need to have Xcode installed or Android Studio.
Then in the terminal with the QR code type `i` to open the app in the iOS Simulator or `a` to open it in the Android Emulator.