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

Latest commit

 

History

History
32 lines (22 loc) · 524 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 524 Bytes

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