You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Nota sobre Testes: Os testes E2E estão configurados para sistemas Nix. Para outros sistemas, instale o Playwright com npx playwright install antes de executar.
# Instalação completa do projeto
git clone https://github.com/Castrozan/TCC.git &&cd TCC
# Executar gerador MCP OpenAPIcd mcp-openapi-server && npm install && npm run build
# Executar cliente de chatcd ../chat-client && npm install && npm run dev
# Executar aplicações de testecd ../equipments-dummy-app && npm install && npm run dev # Porta 3000cd ../professionals-dummy-app && npm install && npm run dev # Porta 3001# Executar testes (sistema Nix - para outros, veja notas acima)cd ../chat-client && npm test# ⚠️ IMPORTANTE: Não há package.json raiz - cada componente deve ser # configurado individualmente conforme mostrado acima