Skip to content

epam/hubctl.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is build for hubctl.io website

This website is based on mkdocs static site generator with mkdocs-material theme.

Prepare

Run next commands in the root directory of repository

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Local development

To run site locally just call command:

mkdocs serve