The static site is generated by Jjigsaw with Blade templates.
- PHP 7.4 or later, with Composer.
-
Install or update dependencies:
composer install -
Start a web server for local development at http://localhost:4000/:
composer serve -
Build the site to
build_production/, to commit and deploy:composer build