Closed eribandogros closed 8 years ago
:+1: awesome
Also, I think it'd be good to go ahead and push to heroku (probably the easiest way for everyone to see what's going on).
NB I changed the URL to https://kennelapp.herokuapp.com/.
To push to heroku, make sure you have the remote set up:
git remote -v
You should see heroku https://git.heroku.com/kennelapp.git (push)
in the output. If not, you need to add it:
heroku git:remote -a kennelapp
Now you can push to heroku. This command always pushes your local [master]
, regardless of what branch you're currently in:
git push heroku
ETA: you need to log in to heroku before you do any of the steps above:
heroku login
I've added the styling to the current deployment
What do we think of this css styling for the patients page (an index of all the patients)?