Public bloggin' system for everyone, powered by Haskell Spock.
Face the RealWorld
To build this blogging system, you'll need:
- Haskell stack (Recommended
2.1.3
with ghc8.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