/WebsiteSkeleton

Primary LanguageJavaScriptMIT LicenseMIT

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 install PHP dependencies:

$ composer install

To install frontend dependencies and build:

$ npm install
$ npm run build