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 5022bda660 Fix network config 3 years ago
.github/workflows Fix CI 4 years ago
.vscode Fix network config 3 years ago
public Initial 1.3.x rework 4 years ago
src Fix network config 3 years ago
types Remove unused code. 4 years ago
.eslintrc.cjs Cleanup Linting 4 years ago
.gitignore Initial 1.3.x rework 4 years ago
.prettierignore WIP updates 4 years ago
LICENSE Create LICENSE 5 years ago
README.md Update readme 4 years ago
index.html remove unised stylesheet 4 years ago
package.json Add node bounding box controll to map 3 years ago
pnpm-lock.yaml Add node bounding box controll to map 3 years ago
postcss.config.cjs WIP updates 4 years ago
prettier.config.cjs WIP updates 4 years ago
tailwind.config.cjs WIP updates 4 years ago
tsconfig.json Initial 1.3.x rework 4 years ago
vercel.json Initial 1.3.x rework 4 years ago
vite.config.ts WIP updates 4 years ago

README.md

Meshtastic Web

CI CLA assistant Fiscal Contributors Vercel

Overview

Official Meshtastic web interface, that can be hosted or served from a node

Hosted version

Stats

Alt

Development & Building

Building and Packaging

Build the project:

pnpm build

GZip the output:

pnpm package

Development

Install the dependencies.

pnpm i

Start the developtment server:

pnpm dev