berlioz/website-skeleton

Berlioz Framework website skeleton

Maintainers

Package info

github.com/BerliozFramework/WebsiteSkeleton

Language:JavaScript

Type:project

pkg:composer/berlioz/website-skeleton

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

v3.0 2026-02-19 11:24 UTC

README

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