Web application to compute odds of a skir battle.
This is written in Haskell using the Happstack web framework.
After cloning, assuming you have stack installed just:
- stack setup
- stack build
- stack exec server
- Navigate browser to localhost:8080
If you do not have stack, you can just use cabal. If you do not have cabal, you can just use ghc. If you don't know what ghc is, this might not be the project for you.
I set up an AWS instance of the application running here. It might be up.