Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 571 Bytes

PHP-VCR Website

Sources for the php-vcr website.

Contributing to the site

Feel free to send pull requests. Local site development is handled using Grunt.

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 http://localhost:4000. Grunt watches for any changes in the source files and triggers a rebuild as needed.