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.
- Host: GitHub
- URL: https://github.com/mayocream/twitter2
- Owner: mayocream
- License: agpl-3.0
- Created: 2024-10-17T10:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T10:19:18.000Z (over 1 year ago)
- Last Synced: 2024-12-18T11:32:12.607Z (over 1 year ago)
- Topics: go, mastodon, react, sns, twitter, typescript
- Language: TypeScript
- Homepage: https://twitter.co.jp
- Size: 1.13 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```