Meshtastic project website and documentation
Find a file
2022-11-02 17:55:46 -04:00
.github offloaded protodoc gerneration from ci to local process 2022-10-31 19:23:55 -04:00
docs moved dev docs out of software page 2022-11-02 17:50:50 -04:00
protobufs@b3dbf38076 major organizational revamp 2022-11-02 14:46:54 -04:00
scripts major organizational revamp 2022-11-02 14:46:54 -04:00
src updated fdroid link on downloads page 2022-11-02 17:55:46 -04:00
static Add mapping example 2022-11-01 23:34:37 -04:00
.env.example
.eslintrc add eslint config 2022-09-21 19:33:07 +10: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
.prettierrc
docusaurus.config.js moved dev docs out of software page 2022-11-02 17:50:50 -04:00
LICENSE Create LICENSE 2022-05-12 21:40:31 +10:00
package.json Add oem tool 2022-11-02 22:25:45 +10:00
pnpm-lock.yaml Add oem tool 2022-11-02 22:25:45 +10:00
protobuf.tmpl moved dev docs out of software page 2022-11-02 17:50:50 -04:00
README.md Update repobeats link & repo url's 2022-10-31 18:53:15 +10:00
sidebars.js Developers, Developers, Developers 2022-06-30 08:48:30 -07:00
tailwind.config.cjs
tsconfig.json Update dependencies 2022-05-07 23:51:02 +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