You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sacha Weatherstone 8aeeb9a36a Fixes, new debug output & more. 5 years ago
.github/workflows Fix artefact location 5 years ago
.vscode Update deps & minor UI cleanup 5 years ago
public Required changes + consistency fixes 5 years ago
src Fixes, new debug output & more. 5 years ago
types initial commit 5 years ago
.env.example dotenv example 5 years ago
.eslintrc WIP 5 years ago
.gitignore dotenv example 5 years ago
.prettierrc initial commit 5 years ago
README.md Update Readme 5 years ago
package.json Fixes, new debug output & more. 5 years ago
pnpm-lock.yaml Fixes, new debug output & more. 5 years ago
postcss.config.js WIP 5 years ago
snowpack.config.mjs Remove old Select, change Switch for Checkbox 5 years ago
tailwind.config.js WIP 5 years ago
tsconfig.json New build structure 5 years ago

README.md

Meshtastic Web

Open in Visual Studio Code

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