mirror of
https://github.com/meshtastic/web.git
synced 2026-04-19 13:27:33 -04:00
ebf64b5bcb4e6a6dc6b0f06d392b038cdcd6d45b
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:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web
#With Podman
podman run -d -p 8080:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web
Development & Building
You'll need to download the package manager used with this repo. You can install it by visiting Bun.sh and following the installation instructions.
Building and Packaging
Build the project:
bun run build
GZip the output:
bun run package
Development
Install the dependencies.
bun i
Start the development server:
bun run dev
Languages
TypeScript
99.2%
CSS
0.7%