Uses UV
uv install
uv run --active fastapi devfor running fastapi server
yarn dev --hostfor client
uv run alembic revision -m "Your message here" --autogenerate
uv run alembic upgrade <revision-id>==
npx inngest-cli@latest dev
Run installation before doing anything..
uv run --active python api/build/build.py
ensure you are in the ROOT directory and not in the API directory.