Skip to content

MrZander/meshtastic-web

 
 

Repository files navigation

Meshtastic Web

Open in Visual Studio Code CLA assistant

Overview

Official Meshtastic web interface, that can be run independently or on a node

Development & Building

Building and Packaging

Build the project:

pnpm build

GZip the output:

pnpm package

Development

Create a .env file:

cp ./.env.example ./.env

And define the device IP address in the .env file.

VITE_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx

Install the dependencies.

pnpm i

Start the developtment server:

pnpm dev

Packages

No packages published

Languages

  • TypeScript 98.0%
  • Other 2.0%