Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 473 Bytes

File metadata and controls

27 lines (18 loc) · 473 Bytes

Berlioz Skeleton website

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

Installation

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