Skip to content

Latest commit

 

History

History

replace-component

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Replacing components

Example showing how to replace kepler.gl default components using injectComponents method.

1. Install

yarn install

2. Mapbox Token

add mapbox access token to node env

export MapboxAccessToken=<your_mapbox_token>

3. Start the app

yarn start