Skip to content

Commit 5e5af7a

Browse files
authored
docs: explain how to start the app with the api key for journey-maps (#1853)
1 parent fc666f5 commit 5e5af7a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

DEVELOPER.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,16 @@ To run lint, run `yarn lint`.
4949
5050
## Starting showcase
5151
52-
To start the showcase, run `yarn start`. This will run the devserver in watch mode. It might ask
53-
you to allow opening an outgoing port, which would allow you to open the page on another machine in the same network.
52+
To start the showcase, run:
53+
54+
```
55+
yarn start
56+
```
57+
58+
This will run the devserver in watch mode. It might ask you to allow opening an outgoing port, which would allow you to open the page on another machine in the same network.
59+
60+
To be able to display the map inside the `journey-maps` examples, you need to provide the API key as well:
61+
62+
```
63+
JM_API_KEY=<YOUR-API-KEY> yarn start
64+
```

0 commit comments

Comments
 (0)