# Meshtastic.js [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/meshtastic/meshtastic-web) ## Overview Official [Meshtastic](https://meshtastic.org) web interface, that can be run independently or on a node ## Development & Building Build the project: ```bash yarn build ``` GZip the output: ```bash yarn package ```