- Fork this repo
- Clone the repo
git clone git@github.com:YOUR_FORK_/docusaurus.git - Unix or Mac:
- Run
./run-local.sh- this will install everything needed to run the dev server so you can see your changes as they are saved. - Once you are happy with your changes, run
./build-and-commit.sh "Your commit message"to package your changes.
- Run
- Windows (Powershell)
- Run
.\run-local.ps1- this will install everything needed to run the dev server so you can see your changes as they are saved. - Once you are happy with your changes, run
.\build-and-commit.ps1 "Your commit message"to package your changes.
- Run
- Open a Pull Request (PR) and message yNos on Reticulum, Meshtastic, Signal or Discord letting me know that you've run the build and opened a PR
TBD - If you know how to do this, please update this doc or send me the info on how to do it.