# Installation Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the following in the grademgmt directory: ``` bundle install --path vendor/bundle ``` # Starting the server To start the development server, run the following: ``` bin/rails server ```