This codebase contains FirstOfficer's support pages that are published at http://support.firstofficer.io
Pages are built with Middleman. To view the pages in localhost use:
bundle exec middleman
To get new stuff online:
git add .
git commit -m ‘explanation of your changes'
git push
middleman build —clean (not often necessary)
middleman deploy