Skip to content

Commit

Permalink
replacing dede_0 reference to dede_es5b
Browse files Browse the repository at this point in the history
  • Loading branch information
cidinene committed Jan 29, 2022
1 parent 2aecc9d commit d5e2a1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# asw2122_0

[![Actions Status](https://github.com/pglez82/asw2122_0/workflows/CI%20for%20ASW2122/badge.svg)](https://github.com/pglez82/asw2122_0/actions)
[![Actions Status](https://github.com/arquisoft/dede_es5b/workflows/CI%20for%20ASW2122/badge.svg)](https://github.com/arquisoft/dede_es5b/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pglez82_asw2122_0&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pglez82_asw2122_0)
[![codecov](https://codecov.io/gh/pglez82/asw2122_0/branch/master/graph/badge.svg?token=VN4XG9NTRO)](https://codecov.io/gh/pglez82/asw2122_0)
[![codecov](https://codecov.io/gh/arquisoft/dede_es5b/branch/master/graph/badge.svg?token=VN4XG9NTRO)](https://codecov.io/gh/arquisoft/dede_es5b)

<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 basico de un sitio web utilizando **React** con **Ty

<mark>Si tienes instalados node.js y npm, asegurate 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/). Asegurate de tenerlos instalados en tu equipo. Descarga el proyecto con `git clone https://github.com/pglez82/asw2122_0`. La manera más rápìda 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/). Asegurate de tenerlos instalados en tu equipo. Descarga el proyecto con `git clone https://github.com/arquisoft/dede_es5b`. La manera más rápìda de ejecutar todo es con Docker.

```bash
docker-compose up --build
Expand Down Expand Up @@ -47,6 +47,6 @@ Deberias 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/pglez82/asw2122_0/tree/master/docs
- Webapp: https://github.com/pglez82/asw2122_0/tree/master/webapp
- Restapi: https://github.com/pglez82/asw2122_0/tree/master/restapi
- Documentación: https://github.com/arquisoft/dede_es5b/tree/master/docs
- Webapp: https://github.com/arquisoft/dede_es5b/tree/master/webapp
- Restapi: https://github.com/arquisoft/dede_es5b/tree/master/restapi
2 changes: 1 addition & 1 deletion webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function App(): JSX.Element {
<Box component="div" sx={{ py: 2}}>This is a basic example of a React application using Typescript. You can add your email to the list filling the form below.</Box>
<EmailForm OnUserListChange={refreshUserList}/>
<UserList users={users}/>
<Link href="https://github.com/pglez82/asw2122_0">Source code</Link>
<Link href="https://github.com/arquisoft/dede_es5b">Source code</Link>
</Container>
</>
);
Expand Down

0 comments on commit d5e2a1a

Please sign in to comment.