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 installin the root directory of the project - Copy
config/default.config.phptoconfig/config.php, and adjust as needed - Run
bin/console installto set up the database - Configure Apache to serve
webas the document root
PHPUnit tests can be run with vendor/bin/phpunit