This is a small program that is meant to graph the mail statistics from a Halon mail server.
Rename .env.example to .env and enter your info into it.
Install all libraries
npm installBuild and start local webserver
npm run prodor
npm startYou can start the server without building with if it's already done
npm server:prod