System for tracking issue counts against the next version of Drupal core, and estimating a release date based on collected samples.
Access the site at http://drupalreleasedate.com/
Public JSON feeds are provided for access to all of the site's data.
For more information on available endpoints and the response format, view the API documentation.
- Install dependencies with Composer by running
composer install
in the root directory of the project - Copy
config/default.config.php
toconfig/config.php
, and adjust as needed - Run
bin/console install
to set up the database - Configure Apache to serve
web
as the document root
PHPUnit tests can be run with vendor/bin/phpunit