# Contributing

cihai-cli follows the cihai project's contributing guidelines.

See the [cihai contributing guide](https://cihai.git-pull.com/contributing/) for
development setup, running tests, and submitting pull requests.

## Quick setup

Clone and install in development mode:

```console
$ git clone https://github.com/cihai/cihai-cli.git
```

```console
$ cd cihai-cli
```

```console
$ uv sync --group dev
```

Run the tests:

```console
$ uv run pytest
```
