# Godot Engine Contributing documentation WIP Repository ## Setup ```bash python -m venv .venv source .venv/bin/activate pip install -r requirements.txt ``` ## Serve ```bash source .venv/bin/activate make html cd build/html python -m http.server ```