Meshtastic project website and documentation
Find a file
Garth Vander Houwen 36da01aabc
Merge pull request #477 from sigmahour/master
syncing updates to new branch
2022-10-31 11:50:37 -07:00
.github organized and tidy'd 2022-10-31 13:27:04 -04:00
docs updates to the updates again 2022-10-31 14:13:15 -04:00
protobufs@46bc0afe05 bump deps 2022-10-31 17:06:53 +10:00
src organized and tidy'd 2022-10-31 13:27:04 -04:00
static Update config and design repo 2022-10-31 19:17:46 +10:00
.env.example
.eslintrc add eslint config 2022-09-21 19:33:07 +10:00
.gitignore Remove pnpm debug 2022-06-27 07:27:19 +10:00
.gitmodules Repo updates 2022-10-31 18:31:16 +10:00
.prettierrc
docusaurus.config.js Update config and design repo 2022-10-31 19:17:46 +10:00
LICENSE Create LICENSE 2022-05-12 21:40:31 +10:00
package.json bump deps 2022-10-31 17:06:53 +10:00
pnpm-lock.yaml bump deps 2022-10-31 17:06:53 +10:00
protobuf.tmpl
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 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