mirror of
https://github.com/meshtastic/web.git
synced 2026-04-22 14:59:20 -04:00
672d23d19c402d56ecba8efc9204c4a866290cce
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.
SNOWPACK_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx
Install the dependencies.
pnpm i
Start the developtment server:
pnpm start
Languages
TypeScript
99.2%
CSS
0.7%