# mapbox-kepler-app **Repository Path**: io123/kepler-app ## Basic Information - **Project Name**: mapbox-kepler-app - **Description**: kepler.gl kepler-app官网demo修改版 由于官方提供的例子无法运行,配置相对较为复杂,该版本是mapbox的优化之后的版本 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-06 - **Last Updated**: 2024-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Demo App This is the src code of kepler.gl demo app. You can copy this folder out and run it locally. #### 1. Install ```sh npm install ``` or ```sh yarn ``` #### 2. Mapbox Token add mapbox access token to node env .env file config MapboxAccessToken ``` MapboxAccessToken= ``` #### 3. Start the app ```sh npm start ``` or ```sh yarn start ```