Micro-site encapsulating documentation of ES-DOC technical eco-system.
# Ensure Python 3 dependencies have been installed.
python3 -m pip install --upgrade mkdocs
python3 -m pip install --upgrade mkdocs-material
# Clone repo into working directory.
cd YOUR_WORKING_DIRECTORY
git clone https://github.com/ES-DOC/esdoc-technical.git
# Activate shell commands.
cd YOUR_WORKING_DIRECTORY/esdoc-technical
source sh/activate
# Run mkdocs site.
esdoc-technical
# Open browser -> https://localhost:8000 (URL as stated by the ESDOC-TECH service STDOUT)