GraphWhy is a free solution to the need for a good unrestrained survey provider.
Following this section will get you up and running so you can see what we are working with. Hopefully you will decide to help the cause aswell!
Git -> https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Or: sudo apt-get install git-all
Node -> https://nodejs.org/en/download/package-manager/
Or: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Bower -> http://bower.io/
Or: sudo npm install -g bower
Grunt -> http://gruntjs.com/getting-started
Or: sudo npm install -g grunt
sudo git clone https://github.com/GraphWhy/graphwhyfrontend.git
cd graphwhyfrontend
sudo bower install --allow-root
sudo npm install
sudo grunt build
Navigate to the graphwhyfrontend directory then:
node webserver.js
Next navigate your browser to localhost:8100
.
Finally here is our front end.