purescript.github.io

The Purescript project homepage.

Development

You'll need the following installed to proceed:

The site is generated using Hakyll. To regenerate it, run the following:

$ grunt
$ stack build
$ stack exec site rebuild

The static site will be written to the _site directory.

TODO: work out how to get a 'watch' command working.