/competition-website

The website we display during the competition

Primary LanguageJavaScriptOtherNOASSERTION

Competition Website

This is the competition website for Student Robotics.

This includes the version of the homepage shown during the competition as well as the specific pages which the progress of the teams and matches at the competition.

Getting Started

Note: This website makes heavy use of the SR Competition API which is part of the separate SRComp suite. These instructions only contain information about these pages; it is assumed that the reader will configure an SRComp-HTTP instance separately.

  1. Install Ruby

  2. Install Bundler and Rake

    $ gem install bundler rake
  3. Start the app in development mode

    $ rake dev