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

https://github.com/mayocream/twitter2

Twitter2: The Next Generation Twitter application.
https://github.com/mayocream/twitter2

go mastodon react sns twitter typescript

Last synced: 9 months ago
JSON representation

Twitter2: The Next Generation Twitter application.

Awesome Lists containing this project

README

          

# Bocchi

The social network written in Rust and TypeScript.

## Development

### Prerequisites

- Rust 1.85.0
- Node.js 23
- Pnpm

#### 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.

## Deployment

### Docker

Docker Compose is used to provision the dependencies.

```bash
docker compose up -d
```

### PostgreSQL

```bash
cargo install sea-orm-cli
sea-orm-cli migrate -d migrations up
```

### gRPC Server

```bash
cargo run serve
```