/srobo-website

The Student Robotics public website

Primary LanguageHTMLOtherNOASSERTION

Student Robotics Website

Build status

The Student Robotics public website.

Getting Started

  1. Install Ruby 2.7

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

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

  3. Install Bundler (1.x) and Rake

    $ 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.