No description
Find a file
2023-06-11 07:55:12 -07:00
public centered create page & changed create submit button 2023-06-10 21:09:06 -07:00
src maximum length of 100 for all inputs 2023-06-11 07:55:12 -07:00
.gitignore swap to htmx 2023-06-10 20:26:26 -07:00
cabal.project swap to htmx 2023-06-10 20:26:26 -07:00
LICENSE Add LICENSE 2021-09-15 08:35:11 +00:00
rcv-site.cabal swap to htmx 2023-06-10 20:26:26 -07: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