Skip to content

Files

Latest commit

8bdd8e1 · Jul 21, 2025

History

History
26 lines (17 loc) · 445 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 445 Bytes

connect4

Demo of what PydanticAI and Logfire can do!

Live at https://logfire.run.

Development

In development, start the db with:

docker compose up -d db

Then, start the backend services in dev mode with

export LOGFIRE_TOKEN=<your-token>; export LOGFIRE_BASE_URL=https://logfire-eu.pydantic.dev/ # or https://logfire-us.pydantic.dev/
make backend-dev

Finally, run the frontend with

npm run dev