2022-02-19 22:21:19 +11:00
2021-05-01 19:39:45 +10:00
2022-02-17 17:49:30 +11:00
2022-02-19 22:21:19 +11:00
2022-02-19 22:21:19 +11:00
WIP
2021-08-15 18:27:33 +10:00
2022-02-07 00:00:55 +11:00
2022-02-17 17:49:14 +11:00
2021-12-23 21:04:55 -08:00
2022-02-19 22:21:19 +11:00
2022-02-19 22:21:19 +11:00
WIP
2021-08-15 18:27:33 +10:00
2022-02-07 00:00:55 +11:00
2021-11-12 00:03:54 +11:00
2022-02-15 21:31:51 +11:00
2022-01-03 20:17:47 +11:00
2021-12-31 20:46:02 +11:00
2022-02-07 00:00:55 +11:00

Meshtastic Web

Open in Visual Studio Code

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
Description
No description provided
Readme GPL-3.0 20 MiB
Languages
TypeScript 99.2%
CSS 0.7%