No description
Find a file
2023-05-27 12:17:51 -07:00
client it works! 2023-05-26 21:17:24 -07:00
server added TLS 2023-05-27 12:17:51 -07:00
.gitignore added static html 2023-03-13 20:30:24 -07:00
LICENSE Add LICENSE 2021-09-15 08:35:11 +00:00
README.md added build instructions in readme 2023-03-13 20:32:37 -07:00

Allows someone to setup a quick poll decided by ranked voting (currently just instant runoff). At the moment, there's a fully-functional backend and the beginnings of a new poll page on the frontend.

To run:

    cd client
    elm make src/Main.elm --output static/main.js
    cd ../server
    cabal run
  • go to localhost:8080