mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Added basic installation instructions
This commit is contained in:
parent
2d2945bfbc
commit
7a24528eb7
29
README.md
29
README.md
|
@ -41,3 +41,32 @@ Meshtastic uses LoRa for the long range communications and depending on settings
|
|||
Please see our [website](https://meshtastic.org) for more information about Meshtastic.
|
||||
|
||||
[![Powered by Vercel](https://raw.githubusercontent.com/abumalick/powered-by-vercel/master/powered-by-vercel.svg)](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
||||
|
||||
## Installation
|
||||
|
||||
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).
|
||||
|
||||
Fork then clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.co/meshtastic/meshtastic
|
||||
```
|
||||
|
||||
|
||||
Go to the root directory of your repository and install dependencies:
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
```
|
||||
|
||||
Build the project with the following command
|
||||
|
||||
```bash
|
||||
yarn build
|
||||
```
|
||||
|
||||
Start a local dev. instance with the following command
|
||||
|
||||
```bash
|
||||
yarn start
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue