# djarea Django + React server functions framework. | Package | Path | Registry | |---------|------|----------| | `djarea` (Python) | `django/` | PyPI / git | | `djarea` (TypeScript) | `react/` | npm / git | ## Installation ```bash # Python uv add "djarea[channels,allauth] @ git+https://git.impactsoundworks.com/isw/djarea.git#subdirectory=django" # TypeScript npm install djarea@git+https://git.impactsoundworks.com/isw/djarea.git#workspace=react ``` ## Quick Start See [django/README.md](django/README.md) and [react/README.md](react/README.md).