Official Meshtastic web interface, that can be run independently or on a node
Build the project:
pnpm buildGZip the output:
pnpm packageCreate a .env file:
cp ./.env.example ./.envAnd define the device IP address in the .env file.
VITE_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx
Install the dependencies.
pnpm iStart the developtment server:
pnpm dev