Team 4. Devilish Ghost @johnmcdowell
Team Members:
Dawn
Anthony
Each team will be given two spooky works, and then they build a site or a web app around it! Your assigned judges who will check in with you will be in contact once you've sent me your GitHub and Cloud 9 links. Please add them to your group message on Slack.
Set up git
$ git init
$ git add .
$ git commit -m "first commit"
$ git remote add origin https://github.com/abonello/The-Monstars.git
$ git remote -v
$ git push -u origin master