Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infection/site
Documentation for Infection - PHP Mutation Testing Framework
https://github.com/infection/site
Last synced: 6 days ago
JSON representation
Documentation for Infection - PHP Mutation Testing Framework
- Host: GitHub
- URL: https://github.com/infection/site
- Owner: infection
- License: mit
- Created: 2017-06-29T05:26:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T22:35:07.000Z (5 months ago)
- Last Synced: 2024-10-29T22:44:33.076Z (14 days ago)
- Language: HTML
- Homepage: https://infection.github.io/
- Size: 24.3 MB
- Stars: 14
- Watchers: 6
- Forks: 54
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Infection PHP
This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src`. Pull requests welcome!
URL: [infection.github.io](https://infection.github.io/)
## Developing
Start a dev server at `localhost:4000`:
```
$ npm install -g hexo-cli
$ npm install
$ hexo server
```## Deploying
```
$ hexo deploy -g
```> This site was forked and inspired by Vue.js documentation site