]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - CONTRIBUTE.md
Components for internal links (#69)
[nominatim-ui.git] / CONTRIBUTE.md
index 0f7abc18d0bdbef28319b9b3bd704f42c46a9b6f..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
 
@@ -34,8 +41,10 @@ Uses [svelte](https://svelte.dev/) framework,
 
 2. Update `CHANGES.md` file
 
-3. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc
+3. Run `yarn build` to make sure the `dist/build/` files don't contain lifereload.js
+
+4. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc
 
-4. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
+5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
 
-5. Upload release
\ No newline at end of file
+6. Upload release
\ No newline at end of file