# libchat Supporting library for Logos-chat. ## Quick Start Install [just](https://github.com/casey/just) to manage tasks. On MacOS, you can install it via Homebrew: ```bash brew install just ``` After that, run: ```bash # Build just build # Run tests just test # Run all examples just run-examples ```