Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 429 Bytes

Libpull Website

This repository contains the libpull website hosted by GitHub.io.

Build the site locally

To build the site locally during developments you can follow the steps on this guide.

Install all the required packages:

$ bundler install

and then server the website using

$ bundle exec jekyll serve