Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 439 Bytes

abtester

Haskell Setup

  1. If you haven't already, install Stack
    • On POSIX systems, this is usually curl -sSL https://get.haskellstack.org/ | sh
  2. Install GHC: stack setup
  3. Build libraries: stack build

Development

Start a development server with:

stack exec -- yesod devel

As your code changes, your site will be automatically recompiled and redeployed to localhost.