suspenders appname --heroku true --github organization/project
cd appname
then generate first view and routes and start foreman
rails g controller.......etc
foreman start -p 8000
this will generate necessary envs...
then start with rails s -b -s
add envs in .env if you needed