meshtastic/README.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

2022-05-11 19:46:01 -07:00
# Meshtastic
[![CI](https://img.shields.io/github/workflow/status/meshtastic/meshtastic/CI?label=actions&logo=github&color=yellow)](https://github.com/meshtastic/meshtastic/actions/workflows/ci.yml)
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/meshtastic)](https://cla-assistant.io/meshtastic/repo)
[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/)
[![Vercel](https://img.shields.io/static/v1?label=Powered%20by&message=Vercel&style=flat&logo=vercel&color=000000)](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-10-31 01:53:15 -07:00
![Alt](https://repobeats.axiom.co/api/embed/9ef7282debe009789c697432a86499ac2b058a86.svg 'Repobeats analytics image')
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:
```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
```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
```shell
2022-05-11 19:46:01 -07:00
pnpm start
2022-01-31 06:25:10 -08:00
```