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.
 
 
Jm Casler be2e3211e4
Create LICENSE
5 years ago
.github/workflows Switch to Vite and prune dependencies 5 years ago
.vscode Update deps & minor UI cleanup 5 years ago
public Switch to Vite + improvements 5 years ago
src Misc fixes 5 years ago
types initial commit 5 years ago
.env.example COnnection modal fix & notification basics 5 years ago
.eslintrc WIP 5 years ago
.gitignore Switch to Vite and prune dependencies 5 years ago
.prettierrc initial commit 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Switch to Vite + improvements 5 years ago
index.html Switch to Vite + improvements 5 years ago
package.json Fix Build 5 years ago
pnpm-lock.yaml Fix Build 5 years ago
postcss.config.js WIP 5 years ago
tailwind.config.js Add form element focus styling 5 years ago
todo.txt Update Deps 5 years ago
tsconfig.json Switch to Vite + improvements 5 years ago
vite.config.ts Add node map + fixes 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.

VITE_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx

Install the dependencies.

pnpm i

Start the developtment server:

pnpm dev