README.md

# illustrious

[![Package Version](https://img.shields.io/hexpm/v/illustrious)](https://hex.pm/packages/illustrious)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/illustrious/)

```sh
gleam add illustrious
```

Further documentation can be found at <https://hexdocs.pm/illustrious>.

## Development

```sh
# Requires GNU Make
cd examples/basic && make # Builds the client and starts the server
```