Love worth spreading
- For localhost:
foreman start
then go to http://localhost:5000 - To deploy:
heroku login
thengit push heroku master; heroku logs -t
- To tail Heroku logs:
heroku logs -t
Love worth spreading
foreman start
then go to http://localhost:5000heroku login
then git push heroku master; heroku logs -t
heroku logs -t