Setting up my first blog. This is a work in progress.
Either get nix to automatically pull in all the dependencies including the compiler:
- Get nix: https://nixos.org/nix/
- Enter a nix shell
nix-shell
in the root of this project.
Or follow this guide to install either Cabal and GHC or Stack (which will pull the correct GHC version): https://www.haskell.org/platform/
- Build and run with
cabal new-run site watch
. - Visit
localhost:8000
in your browser.