# Eight Serve

This crate allows you to host eight on your machine as web server.

## Cargo

To install this crate, simply run:

```bash
cargo install eight-serve
```

And now you can use it. For usage, run `eight-serve --help`.

## Docker

You can pull from [ghcr.io](https://github.com/meppu/eight/pkgs/container/eight):

```bash
docker run -p 8080:8080 ghcr.io/meppu/eight:latest --help
```

## GitHub Releases

You can also download pre-built binaries from GitHub releases.