This git repo contains the source for the OctoEverywhere API doc site:
https://docs.octoeverywhere.com
If you need awesome cloud tools for your 3D printer, checkout OctoEverywhere.com!
- Run Docker
- Open this repo in VS Code
- Click the pop-up to run in a dev container.
- Open http://localhost:8000
The dev container will start, pull the PY dependencies, build, and start a web server on :8000. When you browser connect it will get realtime updates as you edit the markdown.
If you kill the server and need to restart it, run the following command in the dev container terminal:
mkdocs serve -a 0.0.0.0:8000
