- clone repo
- install uv (https://docs.astral.sh/uv/getting-started/installation/)
- In the repo run:
uv sync
- run
uv run python app/serve.py
or in a python session:
from wms.app import xpublish_app
rest = xpublish_app()
rest.serve()
uv add 'logfire[fastapi]'
uv run logfire auth
uv run logfire projects new ocr --org carbonplan
uv run logfire projects use ocr --org carbonplan