Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 570 Bytes

Multiple Non-Transferable Vote visualization

Tool to visualize the voting in a Multiple Non-Transferable Vote system.

Development

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.