Files
godot-contributing-docs/README.md
2025-07-29 19:58:55 +02:00

20 lines
209 B
Markdown

# 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
```