Skip to content

stellarport/portal-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Follow the directions at: http://www.mkdocs.org/#installation to install MKDocs.

Install the extensions (using pip):

pip install pygments pymdown-extensions mkdocs-material

Clone this repository:

git clone https://github.com/istrau2/lupoex-docs

Running the application locally:

cd lupoex-docs
mkdocs serve

#Deploying

Build with mkdocs:

mkdocs build