Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 387 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 387 Bytes

Documentación del observatorio

Sitio visible en: https://jaquerespeis.github.io/ciberObservatorio/

Como contribuir

git clone git@github.com:JaquerEspeis/ciberObservatorio.git

Crear un ambiente virtual

which python
python -m venv venv
source venv/bin/activate
which python

Instalar mkdocs-material

pip install mkdocs-material
mkdocs serve