/leblog

Primary LanguageHaskellMIT LicenseMIT

leblog

GitHub Workflow Status Travis (.com)

Public bloggin' system for everyone, powered by Haskell Spock.

Face the RealWorld

Build instruction

To build this blogging system, you'll need:

  • Haskell stack (Recommended 2.1.3 with ghc 8.6.5 )
  • Node.js & npm
  • libpq-dev (For building postgresql interfaces)

Following step shows how a full build can be completed:

git clone https://github.com/Phosphorus15/leblog.git
# clone this repository
git submodule init & git submodule update
# initialize and update submodule
make
# compile front-end and integrate with back-end (see `Makefile`)
stack run
# optional - run the server just built