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 a73eab1ea6
2.0 Overhaul start
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 2.0 Overhaul start 4 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
.prettierrc 2.0 Overhaul start 4 years ago
LICENSE Create LICENSE 5 years ago
README.md Initial 1.3.x rework 4 years ago
index.html Remove root references. (#31) 4 years ago
package.json 2.0 Overhaul start 4 years ago
pnpm-lock.yaml 2.0 Overhaul start 4 years ago
postcss.config.js 2.0 Overhaul start 4 years ago
tailwind.config.cjs 2.0 Overhaul start 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 Add maps, Bluetooth config & fixes 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