Core application for VATSIM UK www.vatsim.uk
After cloning the repository:
composer install
composer install-hooks # Install Git hooks for code qualityIf you wish to contribute, take a look at:
This project uses Git hooks to maintain code quality:
- Pre-commit hook: Automatically runs
composer lintto check code style - All hooks are stored in
.development/hooks/and can be installed withcomposer install-hooks