Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erikasv committed Feb 15, 2024
1 parent 783939a commit 13875b3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Instituto de Investigación de Recursos Biológicos Alexander von Humboldt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,18 @@ Es recomendable usar como versión de la imagen el valor del release actual en [
### 2.2. Despliegue del servicio

Una vez esté creada la imagen, se despliega de la siguiente manera:

docker run -it -d -p <puerto host>:5000 --name <nombre contenedor> biotablero-front:<version imagen>
```sh
docker run -d -p <puerto host>:5000 --name <nombre contenedor> biotablero-front:<version imagen>
```

## 3. Utilitarios

### Desarrollo en dependencias

Para trabajar en una dependencia en específico y observar los cambios en estas, ejecute:

yarn workspace <nombre_paquete> run build-dev
```sh
pnpm --filter ./packages/<nombre_paquete> build-dev
```

Tenga en cuenta las siguientes cosas:

Expand All @@ -113,15 +115,16 @@ Tenga en cuenta las siguientes cosas:
### Verificar reglas de estilo

Ejecutar la siguiente linea para verificar los estilos del proyecto:

yarn run lint
```sh
pnpm check-format
```

Para verificar los estilos de las dependencias propias ejecute:

yarn workspaces foreach run lint
```sh
pnpm -r lint
```

---

_Ingeniería de Datos y Desarrollo
Programa de Evaluación y Monitoreo de la Biodiversidad
Instituto Humboldt Colombia_
# Autores
*Gerencia de Información Científica, Instituto Humboldt, Colombia*

0 comments on commit 13875b3

Please sign in to comment.