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
podman run -d -p 8080:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web:nightly
42
42
```
43
43
44
-
[!WARNING]
45
-
- Nightly builds represent the latest development state and may contain breaking changes
46
-
- These builds undergo automated testing but may be less stable than tagged release versions
47
-
- Not recommended for production environments unless you are actively testing new features
48
-
- No guarantee of backward compatibility between nightly builds
44
+
> [!WARNING]
45
+
>- Nightly builds represent the latest development state and may contain breaking changes
46
+
>- These builds undergo automated testing but may be less stable than tagged release versions
47
+
>- Not recommended for production environments unless you are actively testing new features
48
+
>- No guarantee of backward compatibility between nightly builds
49
49
50
50
### Version Information
51
51
Each nightly build is tagged with:
@@ -54,7 +54,7 @@ Each nightly build is tagged with:
54
54
- A specific SHA for build reproducibility
55
55
56
56
### Feedback
57
-
If you encounter any issues with nightly builds, please report them in our [issues tracker](https://github.com/danditomaso/meshtastic-web/issues). Your feedback helps improve the stability of future releases
57
+
If you encounter any issues with nightly builds, please report them in our [issues tracker](https://github.com/meshtastic/web/issues). Your feedback helps improve the stability of future releases
58
58
59
59
## Development & Building
60
60
You'll need to download the package manager used with this repo. You can install it by visiting [Bun.sh](https://bun.sh/) and following the installation instructions.
0 commit comments