An open API service indexing awesome lists of open source software.

https://github.com/343max/komondor-mastodon


https://github.com/343max/komondor-mastodon

Last synced: 12 months ago
JSON representation

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.