Make sure you have Ruby installed.
$ git clone [email protected]:Azfletch/blog.git
$ cd blog
$ bundle install
Now boot the app:
$ rails s
The blog should now be running on localhost:4000.
To run the test suite use the following command:
$ rspec
$ rails db:create
$ rails db:migrate