You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This Node application demonstrates a simple, barebones Metabase dashboard embedd
4
4
5
5
## Prerequisites
6
6
7
-
-**Metabase**. You should have already completed the setup detailed in the [README](../README.md) for this repository, which shows you how to get an instance of Metabase up and running in the [metabase](../metabase) directory of this repository.
7
+
-**Metabase**. You should have already completed the setup detailed in the [README](../README.md) for this repository, which shows you how to get an instance of Metabase up and running in the [metabase](../metabase) directory of this repository. You have to also configure Metabase for public sharing.
8
8
9
9
-**Node**. You'll need [Node](https://nodejs.org/en/) installed on your machine to run the application.
10
10
@@ -14,15 +14,15 @@ This Node application demonstrates a simple, barebones Metabase dashboard embedd
14
14
15
15
1. In a new terminal session, `cd` into this directory.
16
16
17
-
2. Run `yarn install`or `npm install`to install the application's dependencies.
17
+
2. Run `yarn install` to install the application's dependencies.
18
18
19
-
3. Once the application dependencies are installed, run:
19
+
3. Once the application dependencies are installed, run`yarn start` or:
20
20
21
21
```shell
22
22
node index.js
23
23
```
24
24
25
-
4. Open your browser to [localhost:3000](http://localhost:3000) (or the port where Metabase is running).
25
+
4. Open your browser to [localhost:3001](http://localhost:3001) (or the port where this application is running).
26
26
27
27
Explore the app to learn more about embedding Metabase charts and dashboards in applications. You can also check out the links to more documentation in the parent repository's main [README](../README.md).
0 commit comments