Meshtastic project website and documentation
Find a file
2023-04-12 09:50:00 +02:00
.github Update nightly CI & remove protobufs submodule 2023-01-18 22:47:52 +10:00
.trunk Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
.vscode Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
docs add holding for 10 seconds to shutdown 2023-04-12 09:50:00 +02:00
src for crying out loud... 2023-03-28 20:07:40 +02:00
static update tbeam device button descriptions 2023-04-08 08:37:49 +02:00
.env.example
.gitattributes LF fix. 2023-01-24 09:58:28 +01:00
.gitignore
.gitmodules Update nightly CI & remove protobufs submodule 2023-01-18 22:47:52 +10:00
docusaurus.config.js Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
LICENSE
package.json update deps 2023-04-01 14:59:45 +10:00
pnpm-lock.yaml update deps 2023-04-01 14:59:45 +10:00
README.md Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
sidebars.js fix sidebar 2023-01-19 23:09:55 +10:00
tailwind.config.cjs Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
tsconfig.json

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