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

34 lines
662 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hecq & Lesort
Website built with [Kirby CMS](https://getkirby.com).
## Requirements
- PHP 8.28.5
- Composer
- Node.js / npm
## Install
```bash
composer install
npm install
```
## Dev server
```bash
npm run serve
```
Opens [localhost:3000](http://localhost:3000) (BrowserSync proxy on PHP's port 8000).
## Code style
PHP files are formatted with [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) (included in `require-dev`).
Install the [`junstyle.php-cs-fixer`](https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer) VS Code extension for format on save. Or run manually:
```bash
./vendor/bin/php-cs-fixer fix
```