Polling site for "Would you rather..." style questions. Users can submit and select questions from other users.
To run this repo follow this guideline
- Clone repo itself
- Install dependencies with
yarn install
ornpm i
- Run
yarn start
ornpm start
to serve application - That's all that you need