Analytics Plugin is a privacy-friendly analytics plugin for WordPress.
To run the latest development version of the plugin, take the following steps.
First, clone the repository using Git in your /wp-content/plugins/
directory
git clone git@github.com:dannyvankooten/analytics-plugin.git
Create the autoloader using Composer.
composer install
Install client-side dependencies using NPM
npm install
Build the plugin assets by issuing the following command:
npm run build
Stats will be collected right away after you install and activate the plugin. You can view your stats on the Dashboard > Analytics page.
GNU General Public License v3.0