Merge branch 'main' into patch-8

This commit is contained in:
Darío Hereñú
2023-07-17 16:54:57 -03:00
committed by GitHub
174 changed files with 20637 additions and 18399 deletions

View File

@@ -9,5 +9,5 @@ First make sure you have the [API server](../api/README.md) running.
Any web server can be used to run the app, but since you should have [Node.js](https://nodejs.org) installed anyway to run the API, you can:
1. Git clone this repo.
2. Open a terminal, then run `npx lite-server solution`. It will start a development web server on port `3000`
2. Open a terminal, navigate to this directory, then run `npx lite-server .`. It will start a development web server on port `3000`
3. Open `http://localhost:3000` in a browser to run the app.

View File

@@ -37,7 +37,7 @@ html, body, #app {
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 16px;
}
h2 {
@@ -57,7 +57,7 @@ form {
input {
margin-top: var(--space-xs);
margin-bottom: var(--space-sm);
height: 40px;
height: 45px;
padding: var(--space-xs) var(--space-sm);
border: 1px solid var(--border);
border-radius: var(--radius);
@@ -99,7 +99,7 @@ button:hover {
button:focus {
outline: none;
border: 2px solid var(--grey);
border: 3px solid var(--grey);
}
.error {

View File

@@ -6,7 +6,7 @@
Primero asegúrese de tener el [servidor API](../api/README.md) en ejecución.
Se puede usar cualquier servidor web para ejecutar la aplicación, pero debido a que debes de tener [Node.js](https://nodejs.org) instalado para ejecutar la API, puedes:
Se puede usar cualquier servidor web para ejecutar la aplicación, pero dado que debe tener [Node.js](https://nodejs.org) instalado de todos modos para ejecutar la API, puede:
1. Git clone este repositorio.
2. Abra una terminal, luego ejecute `npx lite-server solution`. Iniciará un servidor web de desarrollo en el puerto `3000`