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