Meshtastic project website and documentation
Find a file
Garth Vander Houwen 9f5f26e077
Merge pull request #422 from meshtastic/og_site_name
add more metadata
2022-09-29 23:04:29 -07:00
.github fix protobuf api docs file extension 2022-08-01 10:04:56 +10:00
docs added display prefix to CLI command 2022-09-29 09:08:51 -04:00
protobufs@a72983993c Update protobuf submodule 2022-09-03 13:34:53 +00:00
src add more metadata 2022-09-29 22:58:24 -07:00
static RAK461-R convertion instructions 2022-09-21 19:33:44 +10:00
.env.example
.eslintrc add eslint config 2022-09-21 19:33:07 +10:00
.gitignore
.gitmodules
.prettierrc
babel.config.js
docusaurus.config.js fix the slugs 2022-07-03 12:22:24 -07:00
LICENSE
package.json Update dependencies 2022-09-18 20:10:38 +09:30
pnpm-lock.yaml Update dependencies 2022-09-18 20:10:38 +09:30
protobuf.tmpl
README.md
sidebars.js Developers, Developers, Developers 2022-06-30 08:48:30 -07: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