Meshtastic project website and documentation
Find a file
2023-01-14 14:20:47 +10:00
.github update ci & remove protobuf docs autogen 2023-01-14 14:20:47 +10:00
.trunk use Trunk for linting 2023-01-14 12:02:59 +10:00
.vscode use Trunk for linting 2023-01-14 12:02:59 +10:00
docs update ci & remove protobuf docs autogen 2023-01-14 14:20:47 +10:00
protobufs@b4677e35ca
src
static adding new boards 2023-01-08 00:05:38 +01:00
.env.example fix submodules & api url 2021-12-23 01:53:13 +11:00
.gitignore updates to various pages (#487) 2022-11-02 09:31:54 +11:00
.gitmodules Repo updates 2022-10-31 18:31:16 +10:00
docusaurus.config.js rearrange and remove guides section 2023-01-13 10:18:20 +01:00
LICENSE
package.json update ci & remove protobuf docs autogen 2023-01-14 14:20:47 +10:00
pnpm-lock.yaml update ci & remove protobuf docs autogen 2023-01-14 14:20:47 +10:00
README.md Update README.md 2023-01-02 16:46:01 +11:00
sidebars.js update ci & remove protobuf docs autogen 2023-01-14 14:20:47 +10:00
tailwind.config.cjs
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