mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 15:44:18 -08:00
1.1 KiB
1.1 KiB
id | title | sidebar_label |
---|---|---|
serve-docs-locally | Setting up Local Documentation | Serve Docs Locally |
:::note Some things won't display properly like logos or protobufs, this is not cause for concern. :::
Prerequisites
In order to set up your local environment, you will need to install:
Fork the Meshtastic Repository
Log into Github and create a fork of the meshtastic/Meshtastic repository.
Clone your Meshtastic Repository fork
:::note
Replace username
with your Github username.
:::
git clone https://github.com/username/Meshtastic.git
Change directory to Local copy
cd ~/Meshtastic
Install Dependencies
yarn install
Run Development Server
yarn start