diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 0000000..6df5396 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,3 @@ +## 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