Files
LetterFeed/GEMINI.md
2025-07-16 19:44:31 +02:00

237 B

Gemini Added Memories

  • ./backend contains the FastAPI backend. It uses uv as package manager. To run backend tests, use uv run pytest
  • ./frontend contains the TS React frontend. It uses ShadCN components. To run tests, run npm test