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: DEVELOPER.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -49,5 +49,16 @@ To run lint, run `yarn lint`.
49
49
50
50
## Starting showcase
51
51
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:
0 commit comments