Installation

April 25, 2026 ยท View on GitHub

logo

GitHub GitHub Workflow Status Code style: ruff

A set of irc3 plugins providing various utilities primarily for #rice@irc.rizon.net.

Installation

Setting up the dev environment

First, install uv.

git clone https://github.com/lwatsondev/cappuccino
cd cappuccino

make setup

Running in dev mode

cp docker/.env.example docker/.env # Open and set any necessary variables.
make run

Linting

make lint

Running tests

make test

Contents

  1. 1Setting up the dev environment
  2. 2Running in dev mode
  3. 3Linting
  4. 4Running tests