See Tax N Vote for web site
Tax N Vote App This web application allows the people of America to "vote" where their Tax Dollar should go. The main site is at Tax N Vote and github TNV
When the system is broken, just changing the colors of the players does not help. It takes changing the rules. TNV adds another feedback to the US government by creating hard data that can be used to create a peoples budget that is given to congress after the tax season.
I want the system and software to be transparent. The whole process has privacy and security built in to the system. It should be fun and easy to use.
git clone https://github.com/greenpdx/tnvvue.git cd tnvvue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.