Skip to content

Commit

Permalink
docs: update spanish docs with new make dev command
Browse files Browse the repository at this point in the history
add instructions to run the project in live-reload mode (spanish docs)
  • Loading branch information
vhespanha committed Jan 20, 2025
1 parent b1c05cd commit bf31dba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/content/docs/es/contribution/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ go build .

### Ejecución

#### Ejecutando el binario

Tu binario debería estar construido ahora y puedes ejecutarlo con uno de los siguientes comandos, dependiendo de tu sistema:

```sh title="Windows"
Expand All @@ -53,3 +55,14 @@ Tu binario debería estar construido ahora y puedes ejecutarlo con uno de los si
```bash title="Linux"
/bin/go-fast-cdn-linux
```

#### Ejecutando con recarga en vivo

Para ciclos de desarrollo más rápidos, también puedes ejecutar el proyecto con [air](https://github.com/air-verse/air).

```bash
make prep # si aún no lo has hecho
make dev # ejecuta con recarga en vivo
```

Ahora intenta hacer cambios en el código y verlos reflejados inmediatamente en el navegador.

0 comments on commit bf31dba

Please sign in to comment.