# tabby ## Setup Development Environment ```bash pip install -e ".[dev]" ``` Then, start the Dagster UI web server: ```bash dagster dev ```