Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 337 Bytes

Content

Read the doc repository for correctExam project.

To run it locally

git clone https://github.com/correctexam/documentation/
cd documentation/docs
pip install -r ./requirements.txt
make html
cd build/html
python -m SimpleHTTPServer 8080