# Example Configuration

Set the following environment variable before running the demo:

```
EXAMPLE_API_KEY=MOCK_KEY_PLACEHOLDER_NOT_REAL_1234567890
```

> NOTE: The value above is an obviously-fake mock placeholder used for
> illustration. It is not a real key and follows no real provider format.
> Replace with your own value before deploying.

After setting the variable, the demo can be run with:

```
npm start
```
