]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - README.md
new yarn start/build commands
[nominatim-ui.git] / README.md
index 269ae59042c96b8287206187c32ff88a85cc7769..2acb5ba8d10cbfac38556e5bd52964722a538551 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,11 +25,10 @@ be if complexity grows.
 
 You can open the `dist` directory in your browser.
 
-You can start a simple HTTP webserver ([Big list of http static server one-liners](https://gist.github.com/willurd/5720255)).
+You can run `yarn start` to start a simple HTTP webserver and open
+[http://localhost:8000/]() in your browser.
 
-```
-php -S localhost:8000 -t dist
-```
+Or start another webserver ([Big list of http static server one-liners](https://gist.github.com/willurd/5720255)).
 
 
 ## Configuration
@@ -49,7 +48,7 @@ you want to doublecheck is the `Nominatim_API_Endpoint` URL.
 * After you change files in `src` directory
 
    ```
-   ./build.sh
+   yarn build
    ```
 
 ## License