@@ -61,7 +61,7 @@ This section describes how to set up the web server on Cloud Run powering the Ge
61
61
62
62
``` bash
63
63
# cd ~/ Optional. your user directory is usually a good place to git clone to.
64
- git clone git@github.com:looker-open-source/extension-examples .git
64
+ git clone git@github.com:looker-open-source/dashboard-summarization .git
65
65
```
66
66
67
67
2 . Navigate (` cd ` ) to the template directory on your system
@@ -94,7 +94,7 @@ This is configured to support deployment to multiple Looker instances reusing th
94
94
4 . Start the development server
95
95
96
96
``` bash
97
- npm start
97
+ npm run start
98
98
```
99
99
Your development server should be running at http://localhost:5000
100
100
@@ -143,11 +143,11 @@ jsonPayload.component="dashboard-summarization-logs"
143
143
144
144
#### Getting Started for Local Development
145
145
146
- 1 . Clone or download a copy of this repository to your development machine.
146
+ 1 . Clone or download a copy of this repository to your development machine (if you haven't already) .
147
147
148
148
``` bash
149
149
# cd ~/ Optional. your user directory is usually a good place to git clone to.
150
- git clone git@github.com:LukaFontanilla/ looker-explore-assistant .git
150
+ git clone git@github.com:looker-open-source/dashboard-summarization .git
151
151
```
152
152
153
153
2 . Navigate (` cd ` ) to the root directory in the cloned repo
@@ -163,7 +163,7 @@ jsonPayload.component="dashboard-summarization-logs"
163
163
4 . Start the development server
164
164
165
165
``` bash
166
- npm develop
166
+ npm run develop
167
167
```
168
168
169
169
Great! Your extension is now running and serving the JavaScript at https://localhost:8080/bundle.js .
@@ -185,7 +185,7 @@ jsonPayload.component="dashboard-summarization-logs"
185
185
application: dashboard-summarization {
186
186
label: "Dashboard Insights Powered by Vertex AI"
187
187
# file: "bundle.js"
188
- url: "http://localhost:3000 /bundle.js "
188
+ url: "http://localhost:8080 /bundle.js "
189
189
mount_points: {
190
190
dashboard_vis: yes
191
191
dashboard_tile: yes
0 commit comments