This package is in development and not intended for production use.
- Install PHP dependencies with
composer install. - Run
composer chainto execute the requirements/code style/static analysis checks and tests.
- Install JS dependencies with
yarn install. - Run
yarn buildto build the bundled javascript assets.