From fa345db108eba81bf9f9e689f2ec37f56fd2e403 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 29 Apr 2017 20:20:05 +0200 Subject: [PATCH] readme, added osp --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9228994..f9fa2f0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ bin/build.py will read the book sources and convert them to html files using pan gulp is watching assets files to convert scss to css and then rebuild html pages gulp is also runing once on launch a webserver accessible a localhost:8000 and the bin/sync script +## dependencies +- nodejs +- python3 +- css-region compatible web browser (webkit) + ## use - clone this repos - run ```npm install``` @@ -24,3 +29,5 @@ gulp is also runing once on launch a webserver accessible a localhost:8000 and t - access to your book at ```localhost:8000``` from a css-region-compatible webbrowser - start to design your book with assets/css/styles.css - it's also possible to add any dynamic javascript formatting with assets/js/script.js + +## thanks to [osp](http://osp.kitchen/) for their [html2print boilerplate](https://gitlab.constantvzw.org/osp/tools.html2print)