Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 547 Bytes

bard

To build a flexible SNS platform, use graph to connect messages, and also people.

Tech Stack

Component Name
Server Rocket
Client UI Yew
Database IndraDB
ORM Juniper

Deploy

# This command should be executed on Linux or Docker
cargo build server --release
./script/build_client.sh

docker build -t bard:1 .
docker-compose up