You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The map is reachable at [localhost:8080](http://localhost:8080).
39
-
You have to copy `config.example.json` to `public/config.json`:
40
29
41
-
Start a development environment:
42
-
43
-
```bash
44
-
docker run -it --rm --name meshviewer-dev \
45
-
-u $(id -u):$(id -g) \
46
-
-v "$PWD":/app -w /app \
47
-
-e NODE_ENV=development \
48
-
-p 5173:5173 \
49
-
node npm run dev -- --host 0.0.0.0
50
-
```
30
+
Hint: Instead of the latest release `ghcr.io/freifunk/meshviewer:latest` one can also use version tags for a specific version or `main` for the latest unreleased commits.
51
31
52
32
## Configuration
53
33
@@ -59,9 +39,10 @@ Both the deprecation and the EOL warning can be turned off with `"deprecation_en
59
39
60
40
You can insert custom HTML into the deprecation and eol warning via `"deprecation_text":""` and `"eol_text":""` respectively.
61
41
62
-
## Development
42
+
## Development & Building
63
43
64
44
To contribute to the project by developing new features, have a look at our [development documentation](DEVELOPMENT.md).
45
+
This also includes instructions on building this project.
0 commit comments