hcoles / pitest-site

code for pitest site
9 stars 63 forks source link

This is the repository for pitest.org

Run locally

docker-compose up

Or without Docker

First install a ruby development environment.

Then run bundle install.

Finally run bundle exec jekyll serve to get a local site running at http://localhost:4000.