heavily borrowed from the setup checker provided by the app academy open curriculum
This checks to make sure your setup for local development is all correct.
To run this, clone or download this repository and then in a Unix shell, run
./check.sh
If for some reason it's not executable, you may need to run this:
chmod u+x check.sh