Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 526 Bytes

Shoot The Breeze

(Project Specification)

Setup setups:

  • Clone this repository.
  • npm install
  • Set up a new Firebase application.
  • Replace the keys in ./lib/firebase.js.
  • Turn on Google authentication in the Firebase specification.
  • Add the name of your project as the default in the .firebaserc file. This is the name you gave it in firebase, plus the string of characters that firebase appended, e.g. "shoot-the-breeze-aa5d9"
  • npm start or npm test.