From 405e5a40be2d0b53020308301839c13bab76eabc Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Thu, 14 Sep 2017 16:58:39 +0300 Subject: [PATCH] README.md: Instructions for running gitbook locally --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c00e9d60..5858f85f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,15 @@ Also to [Compojure-api](https://github.com/metosin/compojure-api), [Kekkonen](ht And some [Yada](https://github.com/juxt/yada) too. +## Development instructions + +The documentation is built with [gitbook](https://toolchain.gitbook.com). To preview your changes locally: + +```bash +npm install -g gitbook-cli +gitbook serve +``` + ## License Copyright © 2017 [Metosin Oy](http://www.metosin.fi)