Home

Awesome

Google analytics dashboard

Customized dashboard which:

More details are included in my article

google analytics dashboard

Installation

Most important commands are in Makefile. So in order to start a development environment you only need to type:

make up

Deploy

I create a static html page by using:

make build

This creates a dist folder that can be used as a static page. I use github pages to publish the html at this page and I use github actions to update the data.

Dependencies