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 install
Build and start local webserver
npm run prod
or
npm start
You can start the server without building with if it's already done
npm server:prod