This commit is contained in:
pdxlocations 2023-07-22 21:17:57 -07:00
parent 11f5a546e0
commit 843b9478b1

View file

@ -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: