Skip to content

Commit

Permalink
Update README_es.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cidinene authored Jan 28, 2023
1 parent 9bdfe07 commit 4370a67
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README_es.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# lomap_0
# LoMap ES6C

[![Actions Status](https://github.com/arquisoft/lomap_0/workflows/CI%20for%20LOMAP_0/badge.svg)](https://github.com/arquisoft/lomap_0/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_lomap_0&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Arquisoft_lomap_0)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_lomap_0&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Arquisoft_lomap_0)
[![Actions Status](https://github.com/arquisoft/lomap_es6c/workflows/CI%20for%20LOMAP_0/badge.svg)](https://github.com/arquisoft/lomap_es6c/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_lomap_es6c&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Arquisoft_lomap_es6c)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_lomap_es6c&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Arquisoft_lomap_es6c)

<p float="left">
<img src="https://blog.wildix.com/wp-content/uploads/2020/06/react-logo.jpg" height="100">
Expand All @@ -16,7 +16,7 @@ Este proyecto es un ejemplo básico de un sitio web utilizando **React** con **T

<mark>Si tienes instalados node.js y npm, asegúrate de actualizarlos antes de intentar construir las imagenes</mark>

Si quieres ejecutar el proyecto necesitarás [git](https://git-scm.com/downloads), [Node.js and npm](https://www.npmjs.com/get-npm) y [Docker](https://docs.docker.com/get-docker/). Asegúrate de tenerlos instalados en tu equipo. Descarga el proyecto con `git clone https://github.com/arquisoft/lomap_0`. La manera más rápida de ejecutar todo es con Docker.
Si quieres ejecutar el proyecto necesitarás [git](https://git-scm.com/downloads), [Node.js and npm](https://www.npmjs.com/get-npm) y [Docker](https://docs.docker.com/get-docker/). Asegúrate de tenerlos instalados en tu equipo. Descarga el proyecto con `git clone https://github.com/arquisoft/lomap_es6c`. La manera más rápida de ejecutar todo es con Docker.

```bash
docker-compose up --build
Expand Down Expand Up @@ -47,6 +47,6 @@ Deberías ser capaz de acceder a la aplicación en [http://localhost:3000](http:

## Mas información
Encontrarás más información sobre el repositorio en los otros archivos README:
- Documentación: https://github.com/arquisoft/lomap_0/tree/master/docs
- Webapp: https://github.com/arquisoft/lomap_0/tree/master/webapp
- Restapi: https://github.com/arquisoft/lomap_0/tree/master/restapi
- Documentación: https://github.com/arquisoft/lomap_es6c/tree/master/docs
- Webapp: https://github.com/arquisoft/lomap_es6c/tree/master/webapp
- Restapi: https://github.com/arquisoft/lomap_es6c/tree/master/restapi

0 comments on commit 4370a67

Please sign in to comment.