Skip to content

blazer82/analytodon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.