Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 567 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 567 Bytes

fna-xna.github.io

fna-xna.github.io was built using Jekyll. For the main FNA repository, see https://github.com/FNA-XNA/FNA.

Setup

  1. Install Ruby (comes default on macOS, apt-get install ruby or distro-equivalent on Linux) and run gem install bundler. It should support Ruby 2.3 through 2.5, as of October 2018.
  2. From the repository's main working directory, run bundle install to install dependencies.
  3. Run bundle exec jekyll serve to serve the site at localhost:4000.