Meshtastic project website and documentation
Find a file
2023-03-10 19:16:03 +01:00
.github Update nightly CI & remove protobufs submodule 2023-01-18 22:47:52 +10:00
.trunk Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
.vscode Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
docs Add clarification to channel config 2023-03-05 11:17:19 +01:00
i18n start crowdin setup. Update docusaurus to work with new crowdin. 2023-03-10 19:16:03 +01:00
src Merge branch 'master' into i18n 2023-03-06 13:07:20 +01:00
static Lint Markdown files 2023-01-19 23:01:57 +10:00
.env.example fix submodules & api url 2021-12-23 01:53:13 +11:00
.gitattributes LF fix. 2023-01-24 09:58:28 +01:00
.gitignore updates to various pages (#487) 2022-11-02 09:31:54 +11:00
.gitmodules Update nightly CI & remove protobufs submodule 2023-01-18 22:47:52 +10:00
crowdin.yml start crowdin setup. Update docusaurus to work with new crowdin. 2023-03-10 19:16:03 +01:00
docusaurus.config.js Add islandic and Portugese (Brazil) 2023-03-10 17:54:04 +01:00
LICENSE Create LICENSE 2022-05-12 21:40:31 +10:00
package.json start crowdin setup. Update docusaurus to work with new crowdin. 2023-03-10 19:16:03 +01:00
pnpm-lock.yaml start crowdin setup. Update docusaurus to work with new crowdin. 2023-03-10 19:16:03 +01:00
README.md Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
sidebars.js fix sidebar 2023-01-19 23:09:55 +10:00
tailwind.config.cjs Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10: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