This is a general guide for contender applications that describes how to
participate in Questionator's extreme startup.
It's easy, buddy! Just follow following steps:
-
Run the app with
npm install
-
Run the app with
npm run questinator-connector
-
Specify game session url, your email and you local server port (7000 by default) (see https://github.com/extreme-startup/questinator-connector#questinator-connector for more details)
-
Run your local server with
npm run server
-
Start answering questions by modifying function in
src/answer.js
By default, question is expected to be a url query string question
parameter. Otherwise, you should adjust your contender.js
.
That's all! Feel the start-up flavour and have fun.