berlioz/website-skeleton

Berlioz Framework website skeleton

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

v2.1 2022-01-18 15:25 UTC

This package is auto-updated.

Last update: 2024-04-18 20:32:19 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