Files
migrations/README.md
2026-01-30 13:17:42 +02:00

16 lines
188 B
Markdown

## uv-project-template
## Installation
To create and install virtual environment:
```bash
uv sync
```
During development, you can lint and format code using:
```bash
uv run poe x
```