This repository generates the site at haskellweekly.news.
You can run this site locally with Stack:
-
Install GHC with
stack setup
. -
Build the project with
stack build --file-watch --exec haskell-weekly
. -
Build the server with
stack build wai-app-static
. -
Run the server with
stack exec warp -- --docroot _site
. -
Go to http://localhost:3000.