added build instructions in readme
This commit is contained in:
parent
8cc90780d5
commit
9a8f4ac092
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -1 +1,12 @@
|
|||
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)). At the moment, there's a fully-functional backend and the beginnings of a new poll page on the frontend.
|
||||
|
||||
To run:
|
||||
* install [Haskell](https://www.haskell.org/ghcup/)
|
||||
* install [Elm](https://guide.elm-lang.org/install/elm.html)
|
||||
``` sh
|
||||
cd client
|
||||
elm make src/Main.elm --output static/main.js
|
||||
cd ../server
|
||||
cabal run
|
||||
```
|
||||
* go to localhost:8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue