#Critic Critic

Code Climate

Link to Heroku

Fix your brew environment if needed, check it with brew doctor.

Get postgres: brew install postgres

Create a postgres dev user: createuser dev

Create a postgres dev database: createdb -O dev critic_dev

Tutorial to install PostgeSQL