The Student Robotics public website.
-
See
.ruby_version
for the precise version, though 3.3 or above will probably be fine. -
(Optional) Install Node.js and npm.
This allows spell checking to be run locally. Node is not required for the website to be built.
-
Install Bundler (2.3 or above) and Rake.
Depending on how you have installed Ruby these may already be installed.
$ gem install bundler rake
-
Start the app in development mode
$ rake dev
When you've made a change, either push it to a forked repository, or to a feature branch, and raise a pull request.