index

Overview

The Meshtastic web interface can be hosted or served from a node.

The official hosted version can be found at https://client.meshtastic.org.

The version served from a node can be accessed by first connecting your node to your network and then navigating to http://meshtastic.local (or your_node_ip.local).

Development & Building

Development

Clone the Meshtastic Web Repo repository shell git clone https://github.com/meshtastic/web.git cd web

Install the dependencies.

deno i

Start the development server:

deno task dev

Building and Packaging

Build the project:

deno task build

GZip the output:

deno task package

Contributing

We welcome contributions! Here’s how the deployment flow works for pull requests: