Files
godot-contributing-docs/README.md
2025-07-29 19:58:55 +02:00

209 B

Godot Engine Contributing documentation

WIP Repository

Setup

python -m venv .venv
source .venv/bin/activate
pip install

Serve

make html
cd build/html
python -m http.server