Our standalone app for harvesting interview questions from Twitter.
-
Set up lightning-round-server. Those instructions also go through setting up the Firebase app.
-
Clone this repo:
npm install -g bower firebase-tools git clone [email protected]:GamesDoneQuick/lightning-round.git cd lightning-round bower install
-
Edit
public/elements/lr-app/lr-app.html
with your Firebase app'sauth-domain
,database-url
, andapi-key
. -
Deploy to Firebase
firebase deploy