Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 650 Bytes

Firefox Feud

This app has been populated with a few sample questions located in sample-data.json.

How To Run It

  1. In Terminal:

npm install

node server.js

  1. Go to localhost:3000

  2. Click on a hidden div in the top left

  • password is 'P4ssword'

(login is not meant to protect anything, just meant to stop people from accidentally becoming a judge)

  1. (Optional) click on length of game, choices are 4, 5, or 6 questions.

  2. Have your friend visit the page too. Or open the game in a second window.

  3. Click play

If you're from MOZ and have the moz-data.json file

Start the program with:

MOZ=true node server.js