Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 367 Bytes

Warning

This package is in development and not intended for production use.

Development

PHP

  • Install PHP dependencies with composer install.
  • Run composer chain to execute the requirements/code style/static analysis checks and tests.

JS

  • Install JS dependencies with yarn install.
  • Run yarn build to build the bundled javascript assets.