X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/345dd95966aa46acba71ab4eb701851b1771b0e5..f9d0561c8e1bc5a8dad423545e32737c4e24ef9c:/CONTRIBUTE.md?ds=sidebyside diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 11adf81..e11ae17 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -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