Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 211 Bytes

Readme.md

File metadata and controls

16 lines (10 loc) · 211 Bytes

Demo implementation of Happyr Match

Try it out

Clone the project

composer install

# Use Symfony binary (it is super nice)
symfony serve

# Or built in php server
php -S 127.0.0.1:8000 -t public