Clone the repository
git clone [email protected]:nlemoine/acf-country.git
Install dependencies
composer install
yarn install
Watch assets
yarn watch
Build for production/release
yarn production
Before submitting a pull request, please check your changes
composer run test
The tests will check your PHP coding standards and PHP compatibility.