Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 903 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 903 Bytes

Student Robotics Style Guide

The Student Robotics public style guide.

Getting Started

  1. Clone this repo

  2. Install Ruby 3

    See .ruby_version for the precise version, though 3.3 or above will probably be fine.

  3. Install Bundler (2.3 or above) and Rake.

    Depending on how you have installed Ruby these may already be installed.

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

    $ rake dev

Making changes

When you've made a change, either push it to a forked repository, or to a feature branch, and raise a pull request.