]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - CONTRIBUTE.md
replace node-static with static-server (#53)
[nominatim-ui.git] / CONTRIBUTE.md
index 0f7abc18d0bdbef28319b9b3bd704f42c46a9b6f..127cb6ea761605c6b23aeda21aa90a93c65229de 100644 (file)
@@ -24,7 +24,7 @@ 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.
 
 
@@ -34,8 +34,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. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
+4. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc
 
-5. Upload release
\ No newline at end of file
+5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
+
+6. Upload release
\ No newline at end of file