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 6d79f197e9 Lightmode and button fixes 4 years ago
.github/workflows Fix ci 4 years ago
.vscode Update deps & minor UI cleanup 5 years ago
public Remove unnecessary images 4 years ago
src Lightmode and button fixes 4 years ago
types Version Info and modal titles 4 years ago
.env.example COnnection modal fix & notification basics 5 years ago
.eslintrc.cjs Cleanup Linting 4 years ago
.gitignore Rebuild 4 years ago
.prettierrc Cleanup Linting 4 years ago
LICENSE Create LICENSE 5 years ago
README.md Switch to Vite + improvements 5 years ago
index.html Removed unnecessary images 4 years ago
package.json WIP 4 years ago
pnpm-lock.yaml WIP 4 years ago
postcss.config.js WIP 5 years ago
tailwind.config.cjs WIP 4 years ago
tsconfig.json Cleanup Linting 4 years ago
vercel.json Create vercel.json 4 years ago
vite.config.ts WIP 4 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.

VITE_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx

Install the dependencies.

pnpm i

Start the developtment server:

pnpm dev