- This project use
uvto manage Python dependencies. Never usepipto install dependencies. Useuv addto add dependencies. - If you want to run a Python script, use
uv run python <script_name>.pyto run it. - The frontend project is in the
frontenddirectory. You should usebunto run the frontend project and manage dependencies. Never usenpmoryarn.