This is a web application for use with District Leaders.
If Composer is installed globally, run
composer install
View development server:
bin/cake server -p 8765
Then visit http://localhost:8765
to see the welcome page.
- Test
composer test
- Code Standards Check
composer cs-check