It's a skeleton for websites using Berlioz Framework.
For more information, and use of Berlioz Framework, go to website and online documentation : https://getberlioz.com
To clone skeleton:
$ composer create-project berlioz/website-skeleton my-project --remove-vcs
To install PHP dependencies:
$ composer install
To install frontend dependencies and build:
$ npm install
$ npm run build