Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 717c872

Browse files
author
Mika Koskiola
committed
More readme improvements...
1 parent cf87dc9 commit 717c872

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,20 @@ It is a clean project without external dependencies!
1515

1616
## Configuring the project
1717

18-
1) go to the \www\app\templates\ folder and open up the results.html with your favorite editor
19-
2) Edit the following line to include your Google API key:
18+
1. go to the \www\app\templates\ folder and open up the results.html with your favorite editor
19+
2. Edit the following line to include your Google API key:
2020

2121
```
2222
<div id="map" data-tap-disabled="true" google-map style="height:100%; width: 100%;" api-key="YOUR_API_KEY" events="events"></div>
2323
```
2424

2525
## Trying out the app
2626

27+
1. Issue ionic serve in your shell to try out the app in your regular local browser
28+
2. Issue ionic run android / ios in your shell to try out the app in a real device
29+
30+
## Example data
31+
2732
Finding something in the demo content:
2833
Type in 'Berlin', 'Ber', 'Sports' or 'Düsseldorf'
2934

0 commit comments

Comments
 (0)