Skip to content

EpicCash/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epic-Cash Documentation

Made with Material for MkDocs framework.


Setup developing environment

clone and install packages

git clone https://github.com/EpicCash/documentation.git
cd documentation

install mkdocs

Follow the instructions at https://learn.openwaterfoundation.org/owf-learn-mkdocs/install/

Run the following commands to install the necessary dependencies.

pip install mkdocs-material
pip install markdown_captions
pip install mkdocs-include-markdown-plugin

serve via localhost for changes preview

mkdocs serve

build documentation

mkdocs build