To start the project you need to:
- Install dependencies with
composer install
- Create
config.ini
(you can copyconfig.ini.example
) - Run
php bin/resonance.php serve
in the terminal to start the server
In order to use SSL you need to generate SSL certificate for a local development
and uncomment SSL related settings in app/Command/Serve.php
.