$ git submodule update --init --recursive
- Install node.js with npm
$ npm install
- Install stack (http://haskellstack.org)
stack setup
stack build
stack exec MyBooks
- Open http://localhost:8000
Alternatively you can also build and run a docker image from the included Dockerfile.
You should have local instance of CouchDB running at http://localhost:5984. Official docker image works just fine.