Sacha Weatherstone 8a979c50a8 Update main.yml
2022-05-12 21:12:31 +10:00
2022-05-12 21:12:31 +10:00
2021-05-01 19:39:45 +10:00
2022-03-08 16:03:44 +11:00
2022-05-11 09:09:17 +10:00
2022-03-27 12:10:02 +11:00
2022-02-20 16:27:55 +11:00
2022-02-07 00:00:55 +11:00
2022-02-20 16:27:55 +11:00
2022-05-09 20:42:30 +10:00
2021-12-23 21:04:55 -08:00
2022-05-11 09:09:17 +10:00
2022-05-11 09:09:17 +10:00
WIP
2021-08-15 18:27:33 +10:00
2022-04-08 19:52:24 -07:00
2022-03-01 22:19:57 +11:00
2022-05-08 23:07:40 +10:00
2021-12-31 20:46:02 +11:00
2022-05-11 09:09:17 +10:00

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