added client, added nix setup neither working yet

This commit is contained in:
Jack Wines 2021-12-19 21:51:43 -05:00
parent 42599685f3
commit 8e817110e6
9 changed files with 167 additions and 52 deletions

View file

@ -1 +1,4 @@
Allows someone to setup a quick poll decided by [ranked voting](https://en.wikipedia.org/wiki/Ranked_voting) (currently just [instant runoff](https://en.wikipedia.org/wiki/Instant-runoff_voting)). Currently just the algorithm itself is implemented.
Be sure to setup [miso cachix](https://app.cachix.org/cache/miso-haskell) and [haskell.nix binary cache](https://input-output-hk.github.io/haskell.nix/tutorials/getting-started-flakes.html#setting-up-the-binary-cache) to avoid compiling too much stuff.