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
Documentación técnica del motor de electrocardiograma
Quick Start
# Instalar dependencias
npm install
# Desarrollo local (puerto 3001)
npm run dev -- --port 3001
# Build de producción
npm run build
# Iniciar producción local
npm start