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
- Host: GitHub
- URL: https://github.com/mayocream/bocchi
- Owner: mayocream
- License: gpl-3.0
- Created: 2025-03-22T15:08:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T12:11:45.000Z (about 1 year ago)
- Last Synced: 2025-04-10T10:06:57.485Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://bocchi.social
- Size: 24.2 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.