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/reloj.git
# entren en la carpetacd reloj
# inicien un servidor web
php -S localhost:8888
# si no tienen PHP instalado, abran el archivo index.html directamente en el navegador.