Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 465 Bytes

Enowars Documentation

Development

You need to have python installed or just use GitPod

# 1. Install Dependencies 
pip install -r requirements.txt

# 2. Run the preview locally
mkdocs serve
# 3. Make your changes and see them update live
# 4. Commit and the CI Pipeline will deploy your changes.

To get to know what is possible with MkDocs have a look at the Documentation.