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

https://github.com/mayocream/bocchi

Bocchi
https://github.com/mayocream/bocchi

go mastodon react react-native sns twitter typescript

Last synced: about 1 year ago
JSON representation

Bocchi

Awesome Lists containing this project

README

          

# Bocchi

## Development

- Bun

### Android SDK

Please download Android SDK from [Android Developers](https://developer.android.com/studio#command-tools) and place it in `~/Android/sdk`.

Execute the following command to install the required packages:

```bash
./Android/sdk/cmdline-tools/latest/bin/sdkmanager "platform-tools"
```

Then, add set `ANDROID_HOME` to `~/Android/sdk` in your `.bashrc` or `.zshrc`, and add `platform-tools` to your `PATH`.

### Dependencies

```bash
bun install
```

### WSL

Please refer to [Running a local Expo development environment in Windows Subsystem for Linux (WSL)](https://github.com/expo/fyi/blob/main/wsl.md) for setting up WSL.