An open API service indexing awesome lists of open source software.

https://github.com/wmedrano/mini-leebee

Small sequencer aimed for the Raspberry Pi.
https://github.com/wmedrano/mini-leebee

Last synced: 2 months ago
JSON representation

Small sequencer aimed for the Raspberry Pi.

Awesome Lists containing this project

README

        

# Mini LeeBee

Small sequencer aimed for the Raspberry Pi.

## Building

```shell
cargo build --release
```

## Running

```shell
# Run the server
cargo run --release --bin mini-leebee
```

## Testing

```shell
cargo test
```