Skip to content

Commit

Permalink
Merge pull request #468 from danditomaso/issue-182-pwa-funcionality
Browse files Browse the repository at this point in the history
feat: add PWA functionality to vite
  • Loading branch information
danditomaso authored Feb 27, 2025
2 parents fe2360b + 5c6ba38 commit 8be849d
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 5 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ Official [Meshtastic](https://meshtastic.org) web interface, that can be hosted

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

## Progress Web App Support (PWA)

Meshtastic Web Client now includes Progressive Web App (PWA) functionality, allowing users to:

- Install the app on desktop and mobile devices
- Access the interface offline
- Receive updates automatically
- Experience faster load times with caching

To install as a PWA:

- On desktop: Look for the install icon in your browser's address bar
- On mobile: Use "Add to Home Screen" option in your browser menu

PWA functionality works with both the hosted version and self-hosted instances.

## Self-host

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/).
Expand Down
Loading

0 comments on commit 8be849d

Please sign in to comment.