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

https://github.com/php-vcr/php-vcr.github.io

Website for PHP-VCR
https://github.com/php-vcr/php-vcr.github.io

Last synced: 6 months ago
JSON representation

Website for PHP-VCR

Awesome Lists containing this project

README

          

PHP-VCR Website
===============

Sources for the [php-vcr](http://php-vcr.github.io) website.

## Contributing to the site

Feel free to send pull requests. Local site development is handled using [Grunt](http://gruntjs.com/).

Install the dependencies with:

$ npm install

You also need some additional tools:

$ sudo gem install jekyll
$ sudo gem install sass --pre

Then to develop the site, run:

$ grunt

This will start a web server at . Grunt watches for any changes in the source files and triggers a rebuild as needed.