Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 319 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 319 Bytes

CAMPHOR- Tokyo Blog

Install

$ git clone git@github.com:camphor-tokyo/blog.git
$ cd blog

Development

Build

$ stack build
$ stack exec site build

Watch

$ stack exec site watch

Install Stack

On Mac

$ brew install haskell-stack