Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 333 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 333 Bytes

README

This is a sample Rails application used to show off Railway's One Click Heroku Deploys

Developing Locally

For a non-Railway development flow make sure that redis, psql, foreman is installed on your machine.

To run the application locally run

bundle install

then

foreman start -f Procfile.dev