+You can run `yarn start` to start a simple HTTP webserver and open
+[http://localhost:8000/]() in your browser.
+
+Or start another webserver ([Big list of http static server one-liners](https://gist.github.com/willurd/5720255)).
+
+
+## Configuration
+
+In `dist/config.js` you will find configuration options. The first
+you want to doublecheck is the `Nominatim_API_Endpoint` URL.
+
+
+## Building the frontend
+
+* Install dependencies
+
+ ```
+ yarn install
+ ```
+
+* After you change files in `src` directory
+
+ ```
+ yarn build
+ ```