This is a blogging application hosted at https://mcneely-zeta-blog.herokuapp.com/
Please be aware that the application may be in Heroku's sleep mode and initial loading of the page may take a moment.
- Clone repo.
- In the project's root folder run:
bundle
- Then run:
rails db:migrate
- And finally run:
rails s