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 258ffc2ec6
Fix max length for wifi credentials
4 years ago
.github/workflows Update main.yml 4 years ago
.vscode Update deps & minor UI cleanup 5 years ago
public Initial 1.3.x rework 4 years ago
src Fix max length for wifi credentials 4 years ago
types Initial 1.3.x rework 4 years ago
.eslintrc.cjs Cleanup Linting 4 years ago
.gitignore Initial 1.3.x rework 4 years ago
.prettierrc Initial 1.3.x rework 4 years ago
LICENSE Create LICENSE 5 years ago
README.md Initial 1.3.x rework 4 years ago
index.html Initial 1.3.x rework 4 years ago
package.json Fix blocing enum on user config page 4 years ago
pnpm-lock.yaml Fix blocing enum on user config page 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 Initial 1.3.x rework 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