Tool to visualize the voting in a Multiple Non-Transferable Vote system.
This is a Svelte project. You will need to have Node.js and yarn installed (or use npm
).
Install the dependencies...
cd mntv-visual
yarn
...then start Rollup:
yarn dev
Navigate to localhost:5000. You should see the app running.