Note: FiFo website uses Jekyll and Github-pages for the projects website.
Local Dev Environment on OSX El Capitan
sudo chown -R $(whoami):admin /usr/local
cd /usr/local && git fetch && git reset --hard origin/master
brew update
brew install ruby
gem install jekyllThis step may be optional
echo "gem: -n/usr/local/bin" >> ~/.gemrc
rehashTo get project fifo website installed with jekyll
git clone https://github.com/project-fifo/project-fifo.github.io.git
cd project-fifo.github.io
bundle install
bundle exec jekyll serveOpen http://127.0.0.1:4000/ in web browser