Build with PHP, Silex, Twig, Parsedown and PicoFeed.
composer install
Start PHP webserver on localhost:
make serve
Request:
https://kanboard.net/version
Response:
{
version: "1.0.27"
}
Request:
https://kanboard.net/plugins.json
Update the file data/plugins.php
and send a pull-request.