# 1. Inicializa Git si no lo has hecho git init # 2. Conecta con tu Space de Hugging Face # Cambia 'TU_USUARIO' por tu nombre en HF git remote add hf https://huggingface.co/spaces/TU_USUARIO/medicode # 3. Añade los archivos git add . git commit -m "Deploy MediCode v1: Angular 19 + NestJS + Atlas" # 4. Sube el código (esto disparará el build en HF) git push hf master --force