Meshtastic project website and documentation
Find a file
rcarteraz 13886d2422
Merge pull request #746 from GUVWAF/mqtt
Update MQTT "Software Integrations" section
2023-07-26 11:51:08 -07:00
.github
.trunk use rome as linter & formatter 2023-05-12 11:45:34 +10:00
.vscode
docs Merge branch 'master' into mqtt 2023-07-26 11:41:33 -07:00
src remove all traces of gui flasher 2023-06-28 22:02:20 -07:00
static update webui image 2023-07-23 22:27:22 -07:00
.env.example
.gitattributes
.gitignore
.gitmodules
docusaurus.config.js use rome as linter & formatter 2023-05-12 11:45:34 +10:00
LICENSE
package.json linter fixes 2023-05-17 14:25:23 +10:00
pnpm-lock.yaml linter fixes 2023-05-17 14:25:23 +10:00
README.md
sidebars.js use rome as linter & formatter 2023-05-12 11:45:34 +10:00
tailwind.config.ts use rome as linter & formatter 2023-05-12 11:45:34 +10:00
tsconfig.json linter fixes 2023-05-17 14:25:23 +10:00

Meshtastic

CI CLA assistant Fiscal Contributors Vercel

Overview

Website and documentation source for the Meshtastic project.

Stats

Alt

Development & Building

nodejs is required in your dev. environment. The method for installing nodejs depends on your operating system. This software is built using Docusaurus.

Go to the root directory of your repository and install dependencies:

pnpm install

Build the project with the following command

pnpm build

Start a local dev. instance with the following command

pnpm start