The Student Robotics public website.
-
(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 (1.x) and Rake
$ 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.