mirror of
https://github.com/meshtastic/web.git
synced 2026-01-25 07:48:00 -05:00
8a979c50a8a0bc4e7e27db27189df703389cec78
Meshtastic Web
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
Languages
TypeScript
99.2%
CSS
0.7%