You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# embalse-info
2
2
3
+
## Configuración del Front
4
+
5
+
Al ejecutar `npm install` dentro de la carpeta `front`, se creará automáticamente el fichero `.env.local` a partir de `.env.local.example` (si no existe ya).
6
+
7
+
Una vez creado, debes configurar el token de Content Island:
8
+
9
+
1. Abre el fichero `front/.env.local`.
10
+
2. Pregunta al equipo de desarrollo cuál es el valor del token de Content Island.
11
+
3. Sustituye el valor `VALUE` en la entrada `CONTENT_ISLAND_ACCESS_TOKEN` por el token proporcionado.
12
+
13
+
```
14
+
CONTENT_ISLAND_ACCESS_TOKEN=<token proporcionado por el equipo>
15
+
```
16
+
3
17
## Pasos para actualizar la semilla de las cuencas
0 commit comments