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/
- Host: GitHub
- URL: https://github.com/phpmetrics/website
- Owner: phpmetrics
- License: mit
- Created: 2015-11-25T16:00:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T22:20:54.000Z (about 2 years ago)
- Last Synced: 2025-01-20T23:36:43.629Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 5.84 MB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
`