]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - CONTRIBUTE.md
Remove bundles and package dist on release (#88)
[nominatim-ui.git] / CONTRIBUTE.md
index 11adf81c3f758f41aa061fc5c49c366153cb582b..e11ae1721307932fbe2b0854df23ce28d352cb33 100644 (file)
@@ -24,9 +24,16 @@ Uses [svelte](https://svelte.dev/) framework,
    ```
    yarn dev
    ```
-   which will start a webserver on port 5000 and auto-reloads
+   which will start a webserver on port 9880 and auto-reloads
    whenever you edit files.
 
+## Testing
+
+* Run syntax linter
+
+   ```
+   yarn lint
+   ```
 
 ## Prepare a release