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.
|
|
4 years ago | |
|---|---|---|
| .github/workflows | 5 years ago | |
| .vscode | 5 years ago | |
| public | 4 years ago | |
| src | 4 years ago | |
| types | 4 years ago | |
| .env.example | 5 years ago | |
| .eslintrc | 5 years ago | |
| .gitignore | 4 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| index.html | 4 years ago | |
| package.json | 4 years ago | |
| pnpm-lock.yaml | 4 years ago | |
| postcss.config.js | 5 years ago | |
| prettier.config.cjs | 4 years ago | |
| tailwind.config.cjs | 4 years ago | |
| todo.txt | 5 years ago | |
| tsconfig.json | 4 years ago | |
| vercel.json | 4 years ago | |
| vite.config.ts | 4 years ago | |
README.md
Meshtastic Web
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.
VITE_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx
Install the dependencies.
pnpm i
Start the developtment server:
pnpm dev