Skip to content

Commit

Permalink
docs: Added README."es".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 366907e commit 42f28f5
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,44 @@ Cómo poner en marcha su código en su propio sistema.
3. Últimos lanzamientos
4. Referencias API
5. Construir y probar:

Para construir su código, use:

```bash
$ cd threagile-builder
$ hatch build
```
```bash
$ cd threagile-builder
$ hatch build
```

Para ejecutar la aplicación, utilice:
Para ejecutar la aplicación, utilice:

Linux:
Linux:

```bash
export SECRET_KEY="secret"
```
```bash
$ export SECRET_KEY="secret"
```

Ventanas:
Ventanas:

```bash
setx SECRET_KEY secret
```
```bash
$ setx SECRET_KEY secret
```

Entonces:
Entonces:

```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```

Luego, navegue hasta`http://127.0.0.1:5000/`en su navegador web.
Luego, navegue hasta`http://127.0.0.1:5000/`en su navegador web.

Para ejecutar pruebas, utilice:
Para ejecutar pruebas, utilice:

```bash
$ cd threagile-builder
$ pytest tests/
```
```bash
$ cd threagile-builder
$ pytest tests/
```

# Documentación API

Expand Down

0 comments on commit 42f28f5

Please sign in to comment.