Skip to content

Arquisoft/lomap_es5c

Repository files navigation

LoMap Es5c

CI for LOMAP ES5C Quality Gate Status Coverage Netlify Status

👨‍💻 Participant list / Miembros del equipo

Jony

Edu

Fer

Xin


💻 Technologies used / Tecnología usadas

solid

📫 Quick start guide for offline build / Guía rápida para despliegue sin conexión

In case you already have node.js and npm, make sure you update them before attempting to build the images

  • Install / Instala git, Node.js and npm and Docker.
  • Clone this project / Clona el proyecto
  • On the base directory of this project execute this: / En el directorio raíz del proyecto ejecuta:
docker-compose up --build
  • If you want to run it without docker: / Si quieres ejecutar el proyecto sin docker:
cd webapp
npm install
npm start
  • Open on your web browser https://localhost:3000 (maybe 3001, 3002... if you have that port busy) / Abre en tu navegador web https://localhost:3000 (quizás 3001, 3002... si ese puerto lo tienes ocupado)

⚙️ More information / Más información

You can get more information about the repository in the other README files: / Obtén más información en los README de:

🧩 Deployment / Desplegado

This app is in continuous deployment on https://lomap5c.netlify.app where you can use it whenever you want / Esta aplicación está publicada en Internet y en despliegue continuo en https://lomap5c.netlify.app.

In case that you want to create your own deployment you can follow this steps / Si quieres crear un despliegue similar sigue estos pasos:

  1. Fork this repository / Forkea el repositorio
  2. Create an account on Netlify (must be linked to your Github profile if you want to make a continuous integration to the forked repository) / Crea una cuenta en Netlify (que esté vinculada a tu cuenta de Github).
  3. Select your default team and project on Netlify (in this case the Lomap forked repository) / Selecciona un equipo y repositorio por defecto (el de Lomap).
  4. Add a new repository / Añade el nuevo repositorio.
  5. Set up this configuration to your build: / Aplica esta configuración de despliegue:

image

6. Change the default domain (if you want) / Cambia el dominio (si lo deseas)

And that's it. Enjoy our project :) / Eso es todo, disfruta de Lomap :)