Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 492 Bytes

File metadata and controls

21 lines (14 loc) · 492 Bytes

This repository holds Funz project website available at: https://github.com/Funz

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# clone the project
git clone https://github.com/Funz/funz.org.git
cd funz.org

# run jekyll with dependencies
bundle exec jekyll serve

Jekyll Doc Theme

Go to the website for detailed information and demo about the Jekyll engine used here.