mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
209 B
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