Skip to content

Commit 801f8f3

Browse files
authored
Merge branch 'master' into feat/add-react-scan-debugging
2 parents 8bfa585 + 8be849d commit 801f8f3

File tree

5 files changed

+521
-5
lines changed

5 files changed

+521
-5
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ Official [Meshtastic](https://meshtastic.org) web interface, that can be hosted
1717

1818
![Alt](https://repobeats.axiom.co/api/embed/e5b062db986cb005d83e81724c00cb2b9cce8e4c.svg "Repobeats analytics image")
1919

20+
## Progress Web App Support (PWA)
21+
22+
Meshtastic Web Client now includes Progressive Web App (PWA) functionality, allowing users to:
23+
24+
- Install the app on desktop and mobile devices
25+
- Access the interface offline
26+
- Receive updates automatically
27+
- Experience faster load times with caching
28+
29+
To install as a PWA:
30+
31+
- On desktop: Look for the install icon in your browser's address bar
32+
- On mobile: Use "Add to Home Screen" option in your browser menu
33+
34+
PWA functionality works with both the hosted version and self-hosted instances.
35+
2036
## Self-host
2137

2238
The client can be self hosted using the precompiled container images with an OCI compatible runtime such as [Docker](https://www.docker.com/) or [Podman](https://podman.io/).

0 commit comments

Comments
 (0)