Odyseey start local env (for test) you need to add secrets.json in backend dir backend (python 3.10.x) cd backend python3 -m venv .venv pip install -r requirement.txt uvicorn app.main:app --reload frontend (node.js 14.x) cd frontend npm install npm run dev