# Open modal

Example showing how to open kepler.gl in a modal.

#### 1. Install

```sh
yarn
```

#### 2. Mapbox Token

add mapbox access token to node env

```sh
export MapboxAccessToken=<your_mapbox_token>
```

#### 3. Start the app

```sh
yarn start
```
