This is a fork of Fathom v1 with bug fixes and improvements.
Fathom is a website analytics tool which respects the privacy of your users and doesn't collect any personally identifiable information. All while giving you the information you need about your site, so you can make smarter decisions about your design and content.
You can install Fathom on your server by following these instructions.
To start tracking, create a site in your Fathom dashboard and copy the tracking snippet to the website(s) you want to track.
For getting a development version of Fathom up and running, follow these steps:
- Ensure you have Go and NPM installed
- Clone this repository:
git clone https://github.com/samuelmeuli/fathom
- In the project directory, run the build command:
make build
- Set custom configuration values (optional)
- Register a user account:
./fathom user add --email=<email> --password=<password>
- Start the web server with
./fathom server
and visit http://localhost:8080 to access your analytics dashboard
Suggestions and contributions are always welcome! Please discuss larger changes via issue before submitting a pull request.