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
- Host: GitHub
- URL: https://github.com/php-vcr/php-vcr.github.io
- Owner: php-vcr
- Created: 2013-10-12T12:15:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T18:34:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T18:06:50.586Z (10 months ago)
- Language: CSS
- Homepage: http://php-vcr.github.io
- Size: 486 KB
- Stars: 1
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.