A small Webapp I use to keep track of my votes in Switzerland and see which parties agree with me.
- Show and compare results of Swiss referendums and initiatives
- Provide reasoning for decision
- Vote Category Overview
- Load and store data to WebDAV (no backend)
(those are not my votes, at least not all of them...)
docker build -t webdav-dev dev/webdav/
docker-compose -f dev/webdav/docker-compose.yml up -d
npm install
npm run serve
npm run build
npm run lint