Skip to content

blazer82/analytodon

Repository files navigation

Analytodon - Analytics for Mastodon

This is the official repository for the service www.analytodon.com.

Contributions are welcome.

Self-hosting is explicitely allowed.

There's a companion repository analytodon-cli that is required to properly run the service.

Development

This application is based on Next.js.

Getting Started

  1. Provide an empty MongoDB database.

  2. Edit the config file next.config.js or provide the necessary environment variables.

  3. Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.