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