mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 08:53:08 +00:00
313 B
313 B
libchat
Supporting library for Logos-chat.
Quick Start
Install just to manage tasks.
On MacOS, you can install it via Homebrew:
brew install just
After that, run:
# Build
just build
# Run tests
just test
# Run all examples
just run-examples