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.
 
 
Ben Lipsey 2c896a3dd1
add type=submit to button tag (#128)
3 years ago
.github/workflows fix multiarch build 3 years ago
.trunk Start moduleConfig & general import cleanup 3 years ago
.vscode 2.2.0 3 years ago
public Compat with latest JS lib 3 years ago
src add type=submit to button tag (#128) 3 years ago
.gitignore Multiple theme support & fixes 3 years ago
.npmrc Use rome and initial format 3 years ago
Containerfile add container publishing 3 years ago
LICENSE Create LICENSE 5 years ago
README.md Fix readme typo 3 years ago
eslint.config.js Quick cleanup 3 years ago
index.html Quick cleanup 3 years ago
package.json bump deps 3 years ago
pnpm-lock.yaml bump deps 3 years ago
postcss.config.cjs WIP updates 4 years ago
rome.json 2.2.0 3 years ago
tailwind.config.cjs Overhaul (#83) 3 years ago
tsconfig.json 2.2.0 3 years ago
vercel.json Update CI & Configs 3 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 development server:

pnpm dev