A Question&Answer collaborative site to make decisions using SwellRT technology. Start asking a question, wait for answer and people will vote which is the rightest one. Use it to decide what to do this weekend, where to go to eat tonight or the name of your next pet. It's absolutely real time and can be installed in different networks thanks to SwellRT. !sample
First, clone the repository
git clone https://github.com/Akronix/upvote && cd upvote
You'll need to have npm installed, install it for your system if you haven't yet.
Now, we'll need to install the dependencies. Do:
npm install
bower install
Finally, open the index.html file with your favourite browser.
You can use upvote using your own instace of SwellRT.
However, I set up by default demo.swellrt.org instance just to make it easier for you to try it out.
For a quick look, you can use a sample model I made adding:
localStorage.modelId = demo.swellrt.org/s+c19jnURRfQA
to index.js:11
- restrict number of ups to one per session
- managing users