X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/345dd95966aa46acba71ab4eb701851b1771b0e5..528b7704bbb16007fe2bd09a505df52c23397452:/CONTRIBUTE.md 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