Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Mailu/Website

Repository files navigation

Mailu website

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.

Setup

First install Bundler on your system, then install the project dependencies :

bundle install

Finally build the site :

bundle exec jekyll build

Development

To start a development server:

bundle exec jekyll serve