berlioz / website-skeleton
Berlioz Framework website skeleton
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 3
Language:JavaScript
Type:project
Requires
- php: ^8.0
- berlioz/cli-core: ^2.1
- berlioz/http-core: ^2.1
This package is auto-updated.
Last update: 2024-10-31 03:02:28 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