Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 605 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 605 Bytes

Fyne.io Website

This repository contains the source of the main https://fyne.io website.

Running the website locally

The website uses jekyll to generate the website from markdown files. With ruby installed it is as easy as running the following commands in a terminal (the first only needs to run once):

gem install bundler jekyll
bundle exec jekyll serve

Alternatively, you can use the Dockerized build via either of:

  • sh ./build.sh build -- non-interactively build ./_site
  • sh ./build.sh serve -- run jekyll serve inside of the docker container