Repo for Team Smileyface, WeCodeForGood Hackathon 2017

Getting started
Prerequisites
- Install NodeJS.
- Install Firebase Tools:
npm install -g firebase-tools. - Install webpack:
npm install -g webpack. - Install git.
Initialize Firebase
firebase loginfirebase use --add
Running Locally
- Clone the repo. Open up a terminal and run
git clone <link to repo>. - Install Node modules by running
npm install. - Bundle the js with
webpack. - Run
firebase serveto start the server. - Open a browser to http://localhost:5000.
Log in or sign up for Devpost to join the conversation.