Meshtastic project website and documentation
Find a file
2022-11-29 23:34:10 +01:00
.github offloaded protodoc gerneration from ci to local process 2022-10-31 19:23:55 -04:00
docs Merge branch 'master' into update-bluetooth-page 2022-11-29 23:34:10 +01:00
protobufs@c82c15aac7 update protos and fix links 2022-11-09 02:16:52 -05:00
scripts revamp refinements 2022-11-03 20:10:08 -04:00
src fix img alt 2022-11-24 10:47:15 -07:00
static add deprecation note for older TTGO 2022-11-29 10:32:25 +01:00
.env.example
.eslintrc
.gitignore updated gettings started and supported hardware page 2022-11-01 18:04:52 -04: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
package.json updated libs, fixed image 2022-11-10 00:10:17 -05:00
pnpm-lock.yaml updated libs, fixed image 2022-11-10 00:10:17 -05:00
protobuf.tmpl fixed protobuf api links 2022-11-03 22:24:31 -04:00
README.md Update repobeats link & repo url's 2022-10-31 18:53:15 +10:00
sidebars.js
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