]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
Fix static-server default port in contribution guide
authorSandor Nagy <sandor.nagy@kdemail.net>
Wed, 26 Jan 2022 20:53:02 +0000 (21:53 +0100)
committermtmail <mtmail@gmx.net>
Wed, 26 Jan 2022 23:03:36 +0000 (00:03 +0100)
CONTRIBUTE.md

index c9103379afcef2456ae26ca98632507fe56301e1..c9b7b9cf6fc253f20de56db95d8ce448c4cbdf3c 100644 (file)
@@ -28,7 +28,7 @@ Svelte. Version 3 added theme and easier configuration.
    ```
    yarn dev
    ```
-   which will start a webserver on port 9880 and auto-reloads
+   which will start a webserver on port 9080 and auto-reloads
    whenever you edit files. Configuration in `rollup.config.js`.
 
 ## Testing