Skip to content

srobo/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Robotics Website

Build status

The Student Robotics public website.

Getting Started

  1. Clone this repo

  2. Install Ruby 2.7

  3. (Optional) Install Node.js and npm.

    This allows spell checking to be run locally. Node is not required for the website to be built.

  4. Install Bundler (1.x) and Rake

    $ gem install bundler rake
    
  5. 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.