Meshtastic project website and documentation
Find a file
Garth Vander Houwen 7176d0b770
Merge pull request #356 from GUVWAF/master
Update according to device PR #1500
2022-06-25 06:48:51 -07:00
.github Fix CI 2022-03-09 23:39:47 +11:00
docs Update according to device PR #1500 2022-06-25 11:45:07 +02:00
protobufs@88c5fd5471 Update protobuf submodule 2022-06-22 21:00:42 +00:00
src Update index.md 2022-06-11 19:03:46 -07:00
static Update apple-app-site-association.txt 2022-06-14 07:27:11 -07:00
.env.example
.eslintrc.cjs Hardware pages (#299) 2022-04-02 00:34:49 +11:00
.gitignore fix/remove-inaccurate-note (#336) 2022-05-12 08:11:03 +10:00
.gitmodules
.prettierrc Hardware pages (#299) 2022-04-02 00:34:49 +11:00
babel.config.js
docusaurus.config.js Update dependencies 2022-05-07 23:51:02 +10: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 Update docs structure 2022-04-09 00:29:34 +10:00
tailwind.config.cjs Hardware page improvements 2022-04-03 00:57:31 +11:00
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