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 c0f7bc4741
Add audio config
3 years ago
.github/workflows Update deps & rename ci file 3 years ago
.vscode Config saving behaviour change 3 years ago
public Quick cleanup 3 years ago
src Add audio config 3 years ago
types Remove unused code. 4 years ago
.gitignore Multiple theme support & fixes 3 years ago
.prettierignore WIP updates 4 years ago
LICENSE Create LICENSE 5 years ago
README.md Update README.md 3 years ago
eslint.config.js Quick cleanup 3 years ago
index.html Quick cleanup 3 years ago
package.json layout cleanup wip 3 years ago
pnpm-lock.yaml layout cleanup wip 3 years ago
postcss.config.cjs WIP updates 4 years ago
prettier.config.cjs WIP updates 4 years ago
tailwind.config.cjs Use two tone accent 3 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 Use new js lib version 3 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