Godot Engine Contributing documentation

WIP Repository

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Serve

source .venv/bin/activate
make html
cd build/html
python -m http.server