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 5156a67fc4
update deps, fix missing BLE config
4 years ago
.github/workflows WIP updates 4 years ago
.vscode Make Unsupported Connection Links Clickable (#55) 4 years ago
public Initial 1.3.x rework 4 years ago
src update deps, fix missing BLE config 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
.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 update deps, fix missing BLE config 4 years ago
pnpm-lock.yaml update deps, fix missing BLE config 4 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