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 18e6ea9118 Update Readme 5 years ago
.github/workflows Fix output dir 5 years ago
.vscode Update deps & minor UI cleanup 5 years ago
public WIP 5 years ago
src Fix language settings select & bump deps 5 years ago
types initial commit 5 years ago
.env.example dotenv example 5 years ago
.eslintrc UI Overhaul (#3) 5 years ago
.gitignore dotenv example 5 years ago
.prettierrc initial commit 5 years ago
README.md Update Readme 5 years ago
package.json Fix language settings select & bump deps 5 years ago
pnpm-lock.yaml Fix language settings select & bump deps 5 years ago
postcss.config.js UI Overhaul (#3) 5 years ago
snowpack.config.mjs UI Overhaul (#3) 5 years ago
tailwind.config.js UI Overhaul (#3) 5 years ago
tsconfig.json UI Overhaul (#3) 5 years ago

README.md

Meshtastic Web

Open in Visual Studio Code

Overview

Official Meshtastic web interface, that can be run independently or on a node

Development & Building

Building and Packaging

Build the project:

pnpm build

GZip the output:

pnpm package

Development

Create a .env file:

cp ./.env.example ./.env

And define the device IP address in the .env file.

SNOWPACK_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx

Install the dependencies.

pnpm i

Start the developtment server:

pnpm start