This repository contains the source of the https://developer.fyne.io website.
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
To generate new images etc you can use the following commands:
cd _gen
go run genwidgets.go # generate widget images
go run genlayouts.go # generate layout images
go run gendialogs.go # generate dialog images