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

  1. firebase login
  2. firebase use --add

Running Locally

  1. Clone the repo. Open up a terminal and run git clone <link to repo>.
  2. Install Node modules by running npm install.
  3. Bundle the js with webpack.
  4. Run firebase serve to start the server.
  5. Open a browser to http://localhost:5000.

Useful links

Built With

Share this project:

Updates