mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
3fda219f3f58da1cdb4080a4d4e944ea803e490f
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
Description
Languages
CSS
58.5%
JavaScript
20.6%
Python
18.8%
HTML
0.8%
Batchfile
0.7%
Other
0.6%