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
# clonen el proyecto:
git clone https://github.com/UTN-MDP/utn-chat.git
# entren en la carpetacd utn-chat
# instalen las dependencias
npm install
# inicien un servidor web
npm run start