Meshtastic project website and documentation
Find a file
2022-07-29 15:26:52 +00:00
.github
docs Update telemetry.mdx 2022-07-29 08:46:25 -05:00
protobufs@c6293d78a6 Update protobuf submodule 2022-07-29 15:26:52 +00:00
src fix the e 2022-06-29 21:49:52 -07:00
static Update Apple file and default clients 2022-07-15 19:54:22 -07:00
.env.example
.eslintrc.cjs
.gitignore Remove pnpm debug 2022-06-27 07:27:19 +10:00
.gitmodules
.prettierrc
babel.config.js
docusaurus.config.js fix the slugs 2022-07-03 12:22:24 -07:00
LICENSE Create LICENSE 2022-05-12 21:40:31 +10:00
package.json Update deps 2022-06-19 19:20:16 +10:00
pnpm-lock.yaml Update deps 2022-06-19 19:20:16 +10:00
protobuf.tmpl
README.md Update README.md 2022-05-13 10:12:34 +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