Meshtastic project website and documentation
Find a file
2024-02-13 07:11:22 -06:00
.github add codeowners 2024-02-10 12:16:43 -06:00
.vscode add MDX extension to recommended 2024-01-06 11:06:22 +10:00
docs Merge branch 'master' into patch-1 2024-02-12 22:09:27 -08:00
src Update contributing page to include financial sponsorships and donations 2024-02-12 11:51:38 -07:00
static convert png,jpg,jpeg to webp using image-cli-tools 2024-02-03 07:38:57 -06:00
.env.example
.gitattributes LF fix. 2023-01-24 09:58:28 +01:00
.gitignore
.gitmodules
.npmrc Docusaurus 3.0 version bump 2023-08-06 19:01:29 +10:00
biome.json fix biome errors (#977) 2024-02-08 15:23:54 -06:00
docusaurus.config.js Glossary of terms page 2024-02-11 11:47:20 -06:00
LICENSE
package.json Glossary of terms page 2024-02-11 11:47:20 -06:00
pnpm-lock.yaml Glossary of terms page 2024-02-11 11:47:20 -06:00
README.md Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
sidebars.js fix biome errors (#977) 2024-02-08 15:23:54 -06:00
tailwind.config.ts fix biome errors (#977) 2024-02-08 15:23:54 -06:00
tsconfig.json linter fixes 2023-05-17 14:25:23 +10:00
vercel.json MQTT subpage path forwrading 2024-02-08 10:04:04 -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