This is a Next.js project bootstrapped with create-next-app.

Requerimientos

Instalación

Después que tenga instalado Node.js con su respectivo Yarn, proceda a instalar las dependencias necesarias con el comando dentro del directorio del sigai-front:

yarn install

Correr el front

Dentro del directorio sigai-front deberá ejecutar el siguiente comando para iniciar el proyecto

yarn dev

Si todo sale bien deberá iniciar el proyecto en su local con el puerto (puede ser el :3000) el cual podrá tener acceso desde un navegador http://localhost:3000

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.