2022-05-11 19:46:01 -07:00
# 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
2021-02-18 17:05:59 -08:00
2022-05-12 17:12:34 -07:00
Website and documentation source for the Meshtastic project.
2022-01-31 06:25:10 -08:00
2022-05-11 19:46:01 -07:00
## Stats
2022-01-31 06:25:10 -08:00
2022-05-11 19:46:01 -07:00

2022-01-31 06:25:10 -08:00
2022-05-11 19:46:01 -07:00
## Development & Building
2022-01-31 06:25:10 -08:00
2022-05-11 19:46:01 -07:00
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 ).
2022-01-31 06:25:10 -08:00
Go to the root directory of your repository and install dependencies:
2022-04-01 06:34:49 -07:00
```shell
2022-05-11 19:46:01 -07:00
pnpm install
2022-01-31 06:25:10 -08:00
```
Build the project with the following command
2022-04-01 06:34:49 -07:00
```shell
2022-05-11 19:46:01 -07:00
pnpm build
2022-01-31 06:25:10 -08:00
```
Start a local dev. instance with the following command
2022-04-01 06:34:49 -07:00
```shell
2022-05-11 19:46:01 -07:00
pnpm start
2022-01-31 06:25:10 -08:00
```