ioet Secret Santa Install instructions Frontend cd frontend/ npm install npm run dev Backend cd api Create a Python 3.9.0 virtual environment (python -m venv .venv) python -m pip install -r requirements.txt python runner.py