mirror of
https://github.com/meshtastic/web.git
synced 2026-01-17 20:08:35 -05:00
c2cdc92ae9baed8650cd5ec8f84c32a885c19b4b
Meshtastic Web
Overview
Official Meshtastic web interface, that can be hosted or served from a node
Stats
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 Nginx 1.27
# With Docker
docker run -d -p 8080:80 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web
#With Podman
podman run -d -p 8080:80 --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
Languages
TypeScript
99.2%
CSS
0.7%