A GitHub Pages site for sharing information about the Mason Robotics program, including FIRST LEGO League. Visit the site here.
In order to run this locally, you will need to setup Jekyll. Click here for instructions.
Before starting the local Jekyll the first time you need to run from this directory:
gem install bundler:1.16.2
bundle install
To start Jekyll, you can run the following:
bundle exec jekyll serve
In order to upgrade the Ruby Gems used by Jekyll, run the following:
bundle update
The site uses Disqus for comments. All comments must be approved.
Fork the repo and then create a PR