mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 22:49:45 -08:00
no pio
This commit is contained in:
parent
11f5a546e0
commit
843b9478b1
|
@ -16,9 +16,7 @@ The version served from a node can be accessed by first [connecting your node to
|
||||||
|
|
||||||
## Development & Building
|
## Development & Building
|
||||||
|
|
||||||
### Setup the Build Environment
|
### Development
|
||||||
|
|
||||||
[Install PlatformIO](https://platformio.org/platformio-ide)
|
|
||||||
|
|
||||||
Clone the [Meshtastic Web Repo](https://github.com/meshtastic/web) repository
|
Clone the [Meshtastic Web Repo](https://github.com/meshtastic/web) repository
|
||||||
```shell
|
```shell
|
||||||
|
@ -26,15 +24,12 @@ Clone the [Meshtastic Web Repo](https://github.com/meshtastic/web) repository
|
||||||
cd web
|
cd web
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Development
|
|
||||||
|
|
||||||
|
|
||||||
Install the dependencies.
|
Install the dependencies.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm i
|
pnpm i
|
||||||
```
|
```
|
||||||
|
### Building
|
||||||
|
|
||||||
Build the project:
|
Build the project:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue