# Hello Ruby on Rails Likely need to start with `bundle` to install gems for any project you wish to run. ## Blog Following [this tutorial from rubyonrails.org](https://guides.rubyonrails.org/getting_started.html#hello-rails-bang). ![Preview](./blog-preview.png) ```bash cd blog bin/rails server ``` Launches a web server. ## Bookstore Following [this tutorial from bmoreonrails](https://bmoreonrails.github.io/rails_tutorial/) ![Preview](./bookstore-preview.png) ```bash cd bookstore bin/rails server ```