# open-hue

A basic example of how to use the open-hue package.

## Installation

In the event `open-hue` is not published to npm, you can install it locally by running the following command in the examples folder:

```sh
npm run setup
```

This will rebuild the parent package and install it locally.

Otherwise you can install it from npm:

```sh
npm install open-hue
```

## Usage

To run the example, run the following command in the examples folder:

```sh
npm run start
```

<!-- This file was generated by liblab | https://liblab.com/ -->
