ChildSafe Assistant Backend Setup cd backend uv sync uv run python app/cli.py download --report all uv run python app/cli.py chunk-and-post uv run uvicorn app.api:app --reload Frontend Setup cd frontend npm install npm run dev Deployment with Fabric cd deploy fab deploy