Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 238 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 238 Bytes

PhpMetrics documentation

This website uses mkdocs to generate the documentation.

Requirements:

  • python3
  • pip3

Install dependencies with:

pip3 install -r requirements.txt

Then run local server:

mkdocs serve
`