Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 340 Bytes

Content

Read the doc repository for correctExam project.

To run it locally

git clone https://github.com/correctexam/documentation-french/
cd documentation/docs
pip install -r ./requirements.txt
make html
cd build/html
python3 -m http.server 8084