Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 276 Bytes

Piwik Code Search

Installation

$ composer install
$ bower install

Development

To run the application locally:

$ php -S 0.0.0.0:8000 -t web/

Deployment

Deployed on Heroku with this PHP buildpack.