Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 413 Bytes

File metadata and controls

16 lines (10 loc) · 413 Bytes

ruby-hello-world

A barebones Ruby app using Rails 7.

Running Locally

Make sure you have Ruby and Rails 7 installed.

$ git clone https://github.com/migetapp/ruby-hello-world.git # or clone your own fork
$ cd ruby-hello-world
$ rails s

Your app should now be running on localhost:5000.