Synchronize your sites metrics to a no-code databases.
Important
This plugin is not yet ready for production.
- PHP >7.4
- Composer
- Node and NPM
# install node deps
npm i
# install composer deps
composer i
# watch css/js for admin
npm run watch
# build css/js for admin
npm run build
# unit test
composer run unit
View the documentation for more information.