mirror of
https://github.com/meshtastic/web.git
synced 2026-01-26 16:29:24 -05:00
90fd35eb49cdcd6e0cb132560e057313a9428ee9
* Fix camera repositioning for single node Before, camera repositioning only worked when there were at least two nodes, even though the code was meant to handle single nodes as well. This is related to #86 but doesn't fix it. * Center camera on nodes when opening map Fixes #86
Meshtastic Web
Overview
Official Meshtastic web interface, that can be hosted or served from a node
Stats
Development & Building
Building and Packaging
Build the project:
pnpm build
GZip the output:
pnpm package
Development
Install the dependencies.
pnpm i
Start the developtment server:
pnpm dev
Languages
TypeScript
99.2%
CSS
0.7%