An open API service indexing awesome lists of open source software.

https://github.com/thegreenter/docs

Documentación de Greenter.
https://github.com/thegreenter/docs

facturacion-electronica greenter

Last synced: 5 months ago
JSON representation

Documentación de Greenter.

Awesome Lists containing this project

README

          

# Greenter Docs
![Greenter Docs](https://github.com/thegreenter/docs/workflows/Greenter%20Docs/badge.svg)

Documentación de Greenter - Facturación Electrónica.

## Desarrollo

Para iniciar el sitio localmente, necesita tener instalado `python (+3.8)`, e instalar las dependencias indicadas en `requirements.txt`.
```
pip install -IU -r requirements.txt
mkdocs serve
```

Ahora podrás modificar cualquier archivo en la carpeta `docs/` y ver los cambios automáticamente en http://localhost:8000/.