Getting Started Running the application To run the application, be sure to follow the order of commands in the terminal: sh bin/dev gem install bundler bundle install rails db:create rails db:migrate rails s -b `hostname -i`