To run it simply use docker:
- for development
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up- for production
$ docker-compose -f docker-compose.yml -f docker-compose.prod.yml upThen you can open your browser at http://lvh.me.
lvh.meis a domain who redirect tolocalhostand allow you to simulate subdomain without edit your/etc/hostfile.