This repository hosts the Mailu website, which is primarily located at https://mailu.io.
It is built using Jekyll 3 and some dependencies listed in the Gemfile. Please contact us if you plan on hosting a mirror of the Website.
First install Bundler on your system, then install the project dependencies :
bundle install
Finally build the site :
bundle exec jekyll build
To start a development server:
bundle exec jekyll serve