Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 562 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 562 Bytes

Halon Graph

This is a small program that is meant to graph the mail statistics from a Halon mail server.

Example on how it looks: Halon Graph Example

Setup

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

Licence

MIT