This repo contains documentation for the Robotics 88 entire open source drone stack, including open-drone-core, open-drone-server, and open-drone-frontend. View it here.
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
To view changes locally:
mkdocs serve
Changes are automatically deployed once merged to main.