Meshtastic project website and documentation
Find a file
pdxlocations 6401556e07
Merge pull request #928 from tavdog/add_rak_enclosure_harbor_breeze_solar
Add rak enclosure harbor breeze solar hack how-to
2024-01-21 19:43:22 -08:00
.github update CI 2024-01-06 11:08:07 +10:00
.vscode add MDX extension to recommended 2024-01-06 11:06:22 +10:00
docs added headers to sections of main page. 2024-01-21 14:06:57 -10:00
src Add Malaysia to calculator 2024-01-15 22:36:17 -08:00
static created enclosures dir, scaled images. 2024-01-21 13:24:00 -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
.npmrc Docusaurus 3.0 version bump 2023-08-06 19:01:29 +10:00
biome.json bump deps 2024-01-09 01:17:34 +10:00
docusaurus.config.js merge fix 2023-11-16 10:36:05 +10:00
LICENSE Create LICENSE 2022-05-12 21:40:31 +10:00
package.json bump deps 2024-01-09 01:17:34 +10:00
pnpm-lock.yaml bump deps 2024-01-09 01:17:34 +10:00
README.md Add Trunk and lint non mdx files 2023-01-19 22:41:44 +10:00
sidebars.js use rome as linter & formatter 2023-05-12 11:45:34 +10:00
tailwind.config.ts Fix formatting 2023-09-11 22:46:36 +10:00
tsconfig.json linter fixes 2023-05-17 14:25:23 +10:00
vercel.json fix: Android .html redirects 2024-01-21 08:15:31 -03: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