File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ This is the kepler.gl tableau extension. It will load a kepler.gl map visualizat
10
10
This project was bootstrapped with [ Create React App] ( https://github.com/facebookincubator/create-react-app ) .
11
11
12
12
## Local Development
13
+ Install [ node] ( https://nodejs.org/en/download/package-manager/ ) (` > 6 ` ), [ yarn] ( https://yarnpkg.com/en/docs/install ) .
13
14
14
- ### Start node app
15
+ Use Node v6 and above, older node versions have not been tested.
16
+ For best management of Node versions, use [ nvm] ( https://github.com/creationix/nvm ) ` nvm install ` .
17
+
18
+ ### Start Node app
15
19
##### 1. Clone repo
16
20
``` sh
17
- git clone <>
21
+ git clone
[email protected] :uber/kepler.gl-tableau.git
18
22
```
19
23
20
24
##### 2. Install
@@ -25,6 +29,8 @@ yarn --ignore-engines
25
29
##### 3. Start local app session
26
30
``` sh
27
31
yarn start
32
+ # or
33
+ npm start
28
34
```
29
35
30
36
### Setup local extension in Tableau Desktop
@@ -49,4 +55,8 @@ A debug session will be available in browser http://localhost:8696
49
55
- More information on Tableau Extension API about [ Get Started with Dashboard Extensions
50
56
] ( https://tableau.github.io/extensions-api/docs/trex_getstarted.html )
51
57
52
-
58
+ ### Deploy
59
+ Deploy local app to uber.github.io, this will be the app that Tableau extension loads from
60
+ ``` sh
61
+ npm run deploy
62
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " tableau- kepler-gl " ,
2
+ "name" : " kepler.gl-tableau " ,
3
3
"version" : " 0.1.0" ,
4
- "homepage" : " https://demartsc .github.io/tableau- kepler-gl " ,
4
+ "homepage" : " https://uber .github.io/kepler.gl-tableau " ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"@atlaskit/css-reset" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments