dependabot[bot] 3fa73894ed Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 15:01:05 +00:00
2024-09-10 20:51:50 -04:00
2023-01-19 19:46:29 +10:00
2022-12-29 23:45:16 +11:00
2023-07-09 13:59:31 +10:00
2024-06-25 14:31:37 -04:00
2023-12-17 12:44:37 +10:00
2022-12-30 17:32:47 +11:00
2021-12-23 21:04:55 -08:00
2024-10-06 21:24:12 +10:00
2024-11-09 10:37:06 -07:00
2023-12-26 21:16:48 +10:00
2024-10-06 21:24:12 +10:00
2024-06-25 14:18:03 -04:00
2024-09-12 14:20:32 -04:00

Meshtastic Web

CI CLA assistant Fiscal Contributors Vercel

Overview

Official Meshtastic web interface, that can be hosted or served from a node

Hosted version

Stats

Alt

Self-host

The client can be self hosted using the precompiled container images with an OCI compatible runtime such as Docker or Podman. The base image used is UBI9 Nginx 1.22

# With Docker
docker run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

#With Podman
podman run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

Development & Building

Building and Packaging

Build the project:

pnpm build

GZip the output:

pnpm package

Development

Install the dependencies.

pnpm i

Start the development server:

pnpm dev
Description
No description provided
Readme GPL-3.0 25 MiB
Languages
TypeScript 99.2%
CSS 0.7%