fna-xna.github.io was built using Jekyll. For the main FNA repository, see https://github.com/FNA-XNA/FNA.
- Install Ruby (comes default on macOS,
apt-get install rubyor distro-equivalent on Linux) and rungem install bundler. It should support Ruby 2.3 through 2.5, as of October 2018. - From the repository's main working directory, run
bundle installto install dependencies. - Run
bundle exec jekyll serveto serve the site atlocalhost:4000.