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.
- Host: GitHub
- URL: https://github.com/thegreenter/docs
- Owner: thegreenter
- License: mit
- Created: 2020-04-22T19:39:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T02:01:58.000Z (6 months ago)
- Last Synced: 2025-12-23T13:46:53.463Z (6 months ago)
- Topics: facturacion-electronica, greenter
- Language: JavaScript
- Homepage: https://greenter.dev
- Size: 8.81 MB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Greenter Docs

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/.