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.
 
 
dependabot[bot] 4a87cf9311
Bump vite from 5.0.0 to 5.0.5
3 years ago
.github/workflows Repo cleanup 3 years ago
.vscode Repo cleanup 3 years ago
public Compat with latest JS lib 4 years ago
src Repo cleanup 3 years ago
.gitignore Multiple theme support & fixes 4 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
biome.json Repo cleanup 3 years ago
index.html Quick cleanup 4 years ago
package.json Bump vite from 5.0.0 to 5.0.5 3 years ago
pnpm-lock.yaml Bump vite from 5.0.0 to 5.0.5 3 years ago
postcss.config.cjs WIP updates 4 years ago
tailwind.config.cjs Overhaul (#83) 3 years ago
tsconfig.json 2.2.0 3 years ago
vercel.json Update CI & Configs 4 years ago
vite.config.ts Use new js lib version 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 development server:

pnpm dev