An open API service indexing awesome lists of open source software.

https://github.com/phpmetrics/website

Sources of https://phpmetrics.github.io/website/
https://github.com/phpmetrics/website

Last synced: 10 days ago
JSON representation

Sources of https://phpmetrics.github.io/website/

Awesome Lists containing this project

README

          

# PhpMetrics documentation

This website uses mkdocs to generate the documentation.

Requirements:

+ python3
+ pip3

Install dependencies with:

```bash
pip3 install -r requirements.txt
```

Then run local server:

```bash
mkdocs serve
`