mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
Markdown
# Meshtastic
|
|
|
|
[](https://github.com/meshtastic/meshtastic/actions/workflows/ci.yml)
|
|
[](https://cla-assistant.io/meshtastic/repo)
|
|
[](https://opencollective.com/meshtastic/)
|
|
[](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
|
|
|
## Overview
|
|
|
|
Website and documentation source for the Meshtastic project.
|
|
|
|
## Stats
|
|
|
|

|
|
|
|
## 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](https://docusaurus.io).
|
|
|
|
Go to the root directory of your repository and install dependencies:
|
|
|
|
```shell
|
|
pnpm install
|
|
```
|
|
|
|
Build the project with the following command
|
|
|
|
```shell
|
|
pnpm build
|
|
```
|
|
|
|
Start a local dev. instance with the following command
|
|
|
|
```shell
|
|
pnpm start
|
|
```
|