Phosphorus15 / leblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

License:MIT License


Languages

Language:Haskell 99.1%Language:Makefile 0.9%