]> git.openstreetmap.org Git - nominatim-ui.git/blob - README.md
use https URLs
[nominatim-ui.git] / README.md
1 # Nominatim-UI
2
3 Frontend for [Nominatim](https://nominatim.org/) ([source](https://github.com/openstreetmap/Nominatim/)) geocoder.
4
5 Preview version. See TODO file.
6
7 http://handlebarsjs.com/
8
9
10 ## Installation
11
12 1. run build
13
14 ```
15 ./build.sh
16 ```
17
18 2. start any webserver to serve static files, e.g.
19
20 ```
21 php -S localhost:8000 -t dist
22 ```
23
24 ## License
25
26 The source code is available under a GPLv2 license.