Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

castle/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Castle Docs

Development

pip install -r requirements.txt
make dev

This launches a simple web server with live reload on port 8080.

Release

make html