hecq-et-lesort/README.md
isUnknown f4c4cbbf83 readme : réécriture
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 08:52:43 +02:00

662 B
Raw Blame History

Hecq & Lesort

Website built with Kirby CMS.

Requirements

  • PHP 8.28.5
  • Composer
  • Node.js / npm

Install

composer install
npm install

Dev server

npm run serve

Opens localhost:3000 (BrowserSync proxy on PHP's port 8000).

Code style

PHP files are formatted with PHP CS Fixer (included in require-dev).

Install the junstyle.php-cs-fixer VS Code extension for format on save. Or run manually:

./vendor/bin/php-cs-fixer fix