Meshtastic project website and documentation
Find a file
2024-01-05 12:22:55 -07:00
.github update CI 2023-12-26 21:27:05 +10:00
.vscode merge fix 2023-11-16 10:36:05 +10:00
docs missing word 2024-01-05 12:22:55 -07:00
src update meshtastic.js package version 2023-12-26 22:17:57 +10:00
static Add S3 firmware download mode info 2023-12-12 18:59:27 -07:00
.env.example
.gitattributes
.gitignore
.gitmodules
.npmrc
biome.json merge fix 2023-11-16 10:36:05 +10:00
docusaurus.config.js merge fix 2023-11-16 10:36:05 +10:00
LICENSE
package.json update meshtastic.js package version 2023-12-26 22:17:57 +10:00
pnpm-lock.yaml update meshtastic.js package version 2023-12-26 22:17:57 +10:00
README.md
sidebars.js
tailwind.config.ts Fix formatting 2023-09-11 22:46:36 +10:00
tsconfig.json
vercel.json fix links 2023-11-30 22:40:50 -08: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