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 962a45e2fb Map rework 4 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 Map rework 4 years ago
types Channel editor improvements & various fixes 4 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 Map rework 4 years ago
pnpm-lock.yaml Map rework 4 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 Map logic rework 4 years ago
vercel.json Create vercel.json 4 years ago
vite.config.ts Map logic rework 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