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.
This application is based on Next.js.
-
Provide an empty MongoDB database.
-
Edit the config file
next.config.js
or provide the necessary environment variables. -
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.